# Functions

Debugf logs a warning message without context to stdout.
Errorf logs an error message without context to stderr.
Fatalf logs a non-recoverable error message without context to stderr.
Infof logs a warning message without context to stdout.
Logger retrieves the native logger interface.
NewContext returns a LogContext with default settings.
SetLogLevel sets the log level to use for the logger.
Debugf logs a warning message without context to stdout.
Warnf logs a warning message without context to stdout.
WithContext is an alias for NewContext.

# Structs

LogContext contains a structured context for logging.