Documentation
¶
Index ¶
- Constants
- type InitArgs
- type Logger
- func (l *Logger) Crit(v ...interface{})
- func (l *Logger) Critf(format string, v ...interface{})
- func (l *Logger) Emerg(v ...interface{})
- func (l *Logger) Emergf(format string, v ...interface{})
- func (l *Logger) Err(v ...interface{})
- func (l *Logger) Errf(format string, v ...interface{})
- func (l *Logger) FileRotate() (*os.File, error)
- func (l *Logger) GetWriter() io.Writer
- func (l *Logger) Info(v ...interface{})
- func (l *Logger) Infof(format string, v ...interface{})
- func (l *Logger) Log(level int, v ...interface{})
- func (l *Logger) Logf(level int, format string, v ...interface{})
- func (l *Logger) Notice(v ...interface{})
- func (l *Logger) Noticef(format string, v ...interface{})
- func (l *Logger) SetWriter(writer io.Writer)
- func (l *Logger) Warn(v ...interface{})
- func (l *Logger) Warnf(format string, v ...interface{})
Constants ¶
View Source
const ( INFO = iota NOTICE WARN ERR CRIT EMERG )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.