Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Formatter ¶
type Formatter interface {
// contains filtered or unexported methods
}
func ParseFormat ¶
type JsonFormatter ¶
type JsonFormatter struct{}
type Logger ¶
type Logger interface { WithError(error) Logger WithFields(Fields) Logger WithField(string, interface{}) Logger Infof(string, ...interface{}) Info(...interface{}) Warnf(string, ...interface{}) Warn(...interface{}) Error(...interface{}) Debugf(string, ...interface{}) Debug(...interface{}) GetLevel() Level SetLevel(Level) SetFormatter(Formatter) Exit(int) }
type TextFormatter ¶
type TextFormatter struct{}
Click to show internal directories.
Click to hide internal directories.