Documentation
¶
Index ¶
- type Logger
- func (l *Logger) Dim(message string)
- func (l *Logger) Dimf(format string, args ...interface{})
- func (l *Logger) Error(message string)
- func (l *Logger) Errorf(format string, args ...interface{})
- func (l *Logger) Info(message string)
- func (l *Logger) Infof(format string, args ...interface{})
- func (l *Logger) Success(message string)
- func (l *Logger) Successf(format string, args ...interface{})
- func (l *Logger) Warning(message string)
- func (l *Logger) Warningf(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 timestamped logging functionality
Click to show internal directories.
Click to hide internal directories.