# Functions
Debug logs the given arguments at the debug logging level.
Debugf takes a formatted template string and template arguments for the debug logging level.
Error logs the given arguments at the error logging level.
Errorf takes a formatted template string and template arguments for the error logging level.
Info logs the given arguments at the info logging level.
Infof takes a formatted template string and template arguments for the info logging level.
Nested returns a new logger with hard coded key-value pairs.
Trace logs the given arguments at the trace logging level.
Tracef takes a formatted template string and template arguments for the trace logging level.
Warn logs the given arguments at the warning logging level.
Warnf takes a formatted template string and template arguments for the warning logging level.
WithFields returns a message logger with multiple key-value fields.
# Variables
Log is the singleton used to facilitate logging internally within chronicle.