Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgLoggerLevel defines the logger's level. CfgLoggerLevel = "logger.level" // CfgLoggerDisableCaller defines whether to disable caller info. CfgLoggerDisableCaller = "logger.disableCaller" // CfgLoggerDisableStacktrace defines whether to disable stack trace info. CfgLoggerDisableStacktrace = "logger.disableStacktrace" // CfgLoggerEncoding defines the logger's encoding. CfgLoggerEncoding = "logger.encoding" // CfgLoggerOutputPaths defines the logger's output paths. CfgLoggerOutputPaths = "logger.outputPaths" // CfgLoggerDisableEvents defines whether to disable logger events. CfgLoggerDisableEvents = "logger.disableEvents" )
View Source
const PluginName = "Logger"
PluginName is the name of the logger plugin.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.