Documentation ¶
Index ¶
- type Level
- type Logger
- func (l *Logger) PrintDebug(message string, properties map[string]string)
- func (l *Logger) PrintError(err error, properties map[string]string)
- func (l *Logger) PrintFatal(err error, properties map[string]string)
- func (l *Logger) PrintInfo(message string, properties map[string]string)
- func (l *Logger) PrintTrace(message string, properties map[string]string)
- func (l *Logger) PrintWarning(message string, properties map[string]string)
- func (l *Logger) Write(message []byte) (n int, err error)
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) PrintDebug ¶
func (*Logger) PrintTrace ¶
func (*Logger) PrintWarning ¶
Click to show internal directories.
Click to hide internal directories.