# Packages
No description provided by the author
# Functions
Close closes logger and its channel.
Debug prints message in debug mode.
Error prints message in error mode.
Info prints message in info mode.
Init inits global logger.
LevelFromString returns logLevel for given string.
New creates new logger.
Stat prints stat message regardless of the log level with info print formatting.
Trace prints message in trace mode.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
DebugMessage is a generic message structure for unsuccessful operations.
ErrorMessage is a generic message structure for unsuccessful operations.
InfoMessage is a generic message structure for successful operations.
Logger is a structure for logging messages.
No description provided by the author
# Interfaces
Message is an interface to print structured logs.
# Type aliases
LogLevel is the level of Logger.