Documentation ¶
Overview ¶
Package logging provides generic logging facilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LevelNames = []string{"panic", "fatal", "error", "warn", "info", "debug", "trace"}
Functions ¶
func SetDefaultLogger ¶
func SetDefaultLogger(logger ILogger)
Types ¶
type ILogger ¶
func GetDefaultLogger ¶
func GetDefaultLogger() ILogger
Click to show internal directories.
Click to hide internal directories.