# Functions
NewManager returns a new log manager.
# Constants
LogDebug represents debug messages.
LogError represents errors.
LogInfo represents informational messages.
LogWarning represents warnings.
# Variables
LogLevelDisplayNames gives the display name to use for our log levels.
LogLevelNames takes a config name and gives the real log level.
# Structs
LoggingConfig represents the configuration of a single logger.
Manager is the main interface used to log debug/info/error messages.
# Type aliases
Level represents the level to log messages at.