# Functions
Debug logs the provided args at the [DEBUG] level.
Error logs the args at the [ERROR] level.
Fatal logs the provided args at the [FATAL] level and calls os.Exit(1).
Info logs the provided args at the [INFO] level.
Trace logs the provided args at the [TRACE] level.
Warn logs the provided message at the [WARN] level.
WithError returns an Entry for chaining.
WithFields returns an Entry for chaining with Info, Debug, Trace, etc..