# Functions
AddTracer adds a ContextTracer to the returned Context.
Critical is used to log events that completely break the system.
Criticalf is used to log events that completely break the system.
Debug is used to log minor errors or unexpected events.
Debugf is used to log minor errors or unexpected events.
EnableScheduling enables external scheduling of the logger.
Error is used to log errors that break or impair functionality.
Errorf is used to log errors that break or impair functionality.
GetLastUnexpectedLogs returns the last 10 log lines of level Warning an up.
GetLogLevel returns the current log level.
Info is used to log mildly significant events.
Infof is used to log mildly significant events.
ParseLevel returns the level severity of a log level name.
SetAdapter configures the logging adapter to use.
SetLogLevel sets a new log level.
SetPkgLevels sets individual log levels for packages.
Shutdown writes remaining log lines and then stops the log system.
Start starts the logging system.
TotalCriticalLogLines returns the total amount of critical log lines since start of the program.
TotalErrorLogLines returns the total amount of error log lines since start of the program.
TotalWarningLogLines returns the total amount of warning log lines since start of the program.
Trace is used to log tiny steps.
Tracef is used to log tiny steps.
Tracer returns the ContextTracer previously added to the given Context.
TriggerWriter triggers log output writing.
TriggerWriterChannel returns the channel to trigger log writing.
UnSetPkgLevels removes all individual log levels for packages.
Warning is used to log (potentially) bad events, but nothing broke (even a little) and there is no need to panic yet.
Warningf is used to log (potentially) bad events, but nothing broke (even a little) and there is no need to panic yet.
# Constants
Log Levels.
Log Levels.
Log Levels.
Log Levels.
Log Levels.
Log Levels.
# Variables
StderrAdapter is a simple file adapter that writes all logs to os.Stdout using a predefined format.
StdoutAdapter is a simple file adapter that writes all logs to os.Stdout using a predefined format.
# Structs
ContextTracer is attached to a context in order bind logs to a context.
ContextTracerKey is the key used for the context key/value storage.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
Severity describes a log level.