# Constants
LevelDebug includes low-level information useful for troubleshooting.
LevelDisabled disables all logging.
LevelError includes messages related to failure of operation.
LevelInfo includes infrequent messages of interest in normal operation.
LevelUnset falls back to globally configured level.
LevelWarning includes messages related to misconfiguration and other non-critical problems.
# Variables
GlobalFields can be set to globally set global fields for zenoss-go-sdk logging.
GlobalFunc can be set to globally set a custom logging function for zenoss-go-sdk.
GlobalLevel can be set to globally control logging level for zenoss-go-sdk.
# Structs
LoggerConfig specifies configuration for loggers.
# Interfaces
Logger defines an interface for a thing that supports logging.