Documentation
¶
Index ¶
Constants ¶
View Source
const ( TraceLevel = LogLevel("trace") DebugLevel = LogLevel("debug") InfoLevel = LogLevel("info") WarnLevel = LogLevel("warn") FatalLevel = LogLevel("fatal") PanicLevel = LogLevel("panic") )
View Source
const ( JsonLogger = LoggerFormatType("json") AnsiLogger = LoggerFormatType("ansi") PlainLogger = LoggerFormatType("plain") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerFormatType ¶
type LoggerFormatType string
func (LoggerFormatType) Validate ¶
func (lf LoggerFormatType) Validate() error
Click to show internal directories.
Click to hide internal directories.