Documentation ¶
Overview ¶
Package plaintext implements a development-friendly plain textual handler.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = New(os.Stderr)
Default handler outputting to stderr.
View Source
var Strings = [...]string{ log.DebugLevel: "DEBUG", log.InfoLevel: "INFO", log.WarnLevel: "WARN", log.ErrorLevel: "ERROR", log.FatalLevel: "FATAL", }
Strings mapping.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.