package
1.0.20
Repository: https://github.com/zenoss/zenoss-go-sdk.git
Documentation: pkg.go.dev

# Functions

Debug logs a DebugLevel message.
DefaultFunc is the default logging function.
Error logs an ErrorLevel message.
Info logs an InfoLevel message.
Log logs a message at the specified level.
Warning logs a WarningLevel message.

# 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.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author