# Functions
Debugf logs with DEBUG severity.
Error logs with ERROR severity.
Errorf logs with ERROR severity.
Infof logs with INFO severity.
NewStdoutLogger returns a StdoutLogger for the service with the given name.
Panic logs with ERROR severity and then panics.
Panicf logs with ERROR severity and then panics.
Warnf logs with WARNING severity.
# Constants
DebugSeverity is the severity used for debug-level messages.
ErrorSeverity is the severity used for error conditions.
InfoSeverity is the severity used for informational messages.
UnknownSeverity is the value used when the severity cannot be derived.
WarnSeverity is the severity used for warning conditions.
# Variables
DefaultLogger should be used to log all events.
# Interfaces
Logger logs logs.
# Type aliases
Severity is a subset of the syslog severity levels.