Documentation ¶
Overview ¶
Pacakge fiplog provides log wrapper
Index ¶
- func Init()
- func InitWithFml(fml *fml.FML)
- type Config
- type FIPLogger
- func (l *FIPLogger) Close()
- func (l *FIPLogger) Debug(v ...interface{})
- func (l *FIPLogger) Debugf(format string, v ...interface{})
- func (l *FIPLogger) Error(v ...interface{})
- func (l *FIPLogger) Errorf(format string, v ...interface{})
- func (l *FIPLogger) Flush()
- func (l *FIPLogger) Info(v ...interface{})
- func (l *FIPLogger) Infof(format string, v ...interface{})
- func (l *FIPLogger) Warning(v ...interface{})
- func (l *FIPLogger) Warningf(format string, v ...interface{})
- type Level
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitWithFml ¶
Types ¶
type FIPLogger ¶
type FIPLogger struct {
// contains filtered or unexported fields
}
func InitWithConfig ¶
Click to show internal directories.
Click to hide internal directories.