# Functions
Debug logger prints all log levels to stdout.
Json returns a logger in JSON format.
Status logger prints all log levels to stdout but without callers.
Store logger prints all info and higher log levels to files using the encoder.
Text returns a logger in color and time.
TextNoTime returns a logger in color but without the time.
Timestamp logger prints all log levels to stdout but without callers.
# Constants
InfoLog is the filename of the Warn and Info level log.
MaxBackups is the maximum number of rotated logs to keep, older logs are deleted.
MaxDays is the maximum days a log is kept before a log rotation.
MaxSizeMB is the maximum file size in megabytes before a log rotation is triggered.
ServerLog is the filename of the Error, Panic and Fatal level log.