# Functions
Configure applies the full configuration of the logger instance based on the provided configuration.
Debug logs a message at level Debug on the standard logger.
DebugErr logs a message at level Debug on the standard logger.
Error logs a message at level Error on the standard logger.
ErrorErr logs a message at level Error on the standard logger.
Fatal logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
FatalErr logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
Info logs a message at level Info on the standard logger.
InfoErr logs a message at level Info on the standard logger.
NewError returns an error message.
NewErrorf formats according to a format specifier and returns an error message.
Panic logs a message at level Panic on the standard logger.
PanicErr logs a message at level Panic on the standard logger.
Trace logs a message at level Trace on the standard logger.
TraceErr logs a message at level Trace on the standard logger.
Warn logs a message at level Warn on the standard logger.
WarnErr logs a message at level Warn on the standard logger.