# Functions
FilterLogLevel wraps a log handler with a log level filter, given the log config.
GetFormat returns the log format given the log config.
InitFileLogger sets up a logger (ie: log.Root()) to both print in the terminal and in a JSON logfile.
InitTerminalLogger sets up a a simple logger (ie: log.Root()) to print in the format specified in the given config.
No description provided by the author
# Interfaces
No description provided by the author