Documentation
¶
Index ¶
- type FileLogger
- func (f *FileLogger) Close(file *os.File)
- func (l *FileLogger) Debug(msg string, a ...interface{})
- func (l *FileLogger) Error(msg string, a ...interface{})
- func (l FileLogger) Fatal(msg string, a ...interface{})
- func (l *FileLogger) Info(msg string, a ...interface{})
- func (l *FileLogger) Waring(msg string, a ...interface{})
- type Level
- type Log
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileLogger ¶
type FileLogger struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.