Documentation
¶
Index ¶
Constants ¶
View Source
const ( // log formats. FormatFmt = "fmt" FormatJSON = "json" // log levels. LevelError = "error" LevelWarn = "warn" LevelInfo = "info" LevelDebug = "debug" )
Variables ¶
View Source
var ( ErrUnexpectedLogLevel = errors.New("unexpected log level") ErrUnexpectedLogFormat = errors.New("unexpected log format") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.