Documentation
¶
Index ¶
- type Config
- type Logger
- func (l *Logger) Debug(format string, args ...interface{})
- func (l *Logger) Error(format string, args ...interface{})
- func (l *Logger) Print(format string, args ...interface{})
- func (l *Logger) PrintErr(format string, args ...interface{})
- func (l *Logger) Verbose(format string, args ...interface{})
- func (l *Logger) Warning(format 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
}
Logger provides logging functionality
Click to show internal directories.
Click to hide internal directories.