Documentation
¶
Overview ¶
Package logging initializes setup the global logger with telemetry hooks. For this to work this package needs to be imported with the blank identifier. This package also exports a new logger constructor useful for packages that need to use custom logger and won't rely on the global one.
Index ¶
Constants ¶
View Source
const ( Debug = "DEBUG" Info = "INFO" Warn = "WARN" Error = "ERROR" )
These are the log level that we support. We should rely on them when retrieving them from the environment variables.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.