Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var X = func() zerolog.Logger { lc := zerolog.New(&zerolog.ConsoleWriter{Out: colorable.NewColorableStdout(), TimeFormat: constant.LoggerTimeFormat}).With() if constant.VERSION != "" { lc = lc.Str("version", constant.VERSION) } return lc.Timestamp().Logger() }()
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.