# Functions
GetKnownLoggers returns all loggers currently configured.
GetLogger either returns an existing logger for package specified or creates a new one.
GetLogWriter returns an io.Writer that maps to the named logger at the specified level.
# Structs
LogFormatter applies consistent formatting to every message.
LogWriter struct used to provide an io.Writer.