# Packages
No description provided by the author
# Functions
Debug logs a message at the Debug level.
Error logs a message at the Error level.
Fatal logs a message at the Error level and exits the program.
Info logs a message at the Info level.
Init initializes a new Logger object.
Warn logs a message at the Warn level.
With adds additional attributes to the logger.