# Functions
Debugf logs a debug 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 an informational message without context to stdout.
NewContext returns a Context with default settings.
SetLogLevel sets the log level to use for the logger.
Tracef logs a trace message without context to stdout.
Warnf logs a warning message without context to stdout.
WithContext is an alias for NewContext.