Documentation ¶
Index ¶
- type Formatter
- type Logger
- func (l *Logger) Debug(a ...interface{})
- func (l *Logger) Error(a ...interface{})
- func (l *Logger) Fail(a ...interface{})
- func (l *Logger) Fatal(a ...interface{})
- func (l *Logger) GetEntity() interface{}
- func (l *Logger) Info(a ...interface{})
- func (l *Logger) Msg(a ...interface{})
- func (l *Logger) Ok(a ...interface{})
- func (l *Logger) UseFileRotation(path string)
- func (l *Logger) Warn(a ...interface{})
- func (l *Logger) With(m map[string]interface{}) iface.ILogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct { Name string // contains filtered or unexported fields }
func (*Logger) UseFileRotation ¶
Click to show internal directories.
Click to hide internal directories.