Documentation
¶
Index ¶
- type Level
- type Logger
- func (l *Logger) Debug(msg string)
- func (l *Logger) Debugf(msg string, args ...interface{})
- func (l *Logger) Error(msg string)
- func (l *Logger) Errorf(msg string, args ...interface{})
- func (l *Logger) Fatal(msg string)
- func (l *Logger) Fatalf(msg string, args ...interface{})
- func (l *Logger) Info(msg string)
- func (l *Logger) Infof(msg string, args ...interface{})
- func (l *Logger) ReOpen() error
- func (l *Logger) ReOpenOnSignal(sig syscall.Signal)
- func (l *Logger) Warn(msg string)
- func (l *Logger) Warnf(msg string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) ReOpenOnSignal ¶
Click to show internal directories.
Click to hide internal directories.