Documentation ¶
Overview ¶
Package text implements a development-friendly textual handler.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Colors = [...]colorFunc{ log.DebugLevel: colors.Gray, log.InfoLevel: colors.Purple, log.WarnLevel: colors.Yellow, log.ErrorLevel: colors.Red, log.FatalLevel: colors.Red, }
Colors mapping.
View Source
var Strings = [...]string{ log.DebugLevel: "DEBU", log.InfoLevel: "INFO", log.WarnLevel: "WARN", log.ErrorLevel: "ERRO", log.FatalLevel: "FATA", }
Strings mapping.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.