# README
Create new logger:
log := logger.GetInstance("LOGLEVEL")
Possible log levels are: trace, debug, info, warning, error, fatal
Create log entry:
log.Warn("Some descriptive string.")
log.Warn("Some descriptive string with parameters: %s, %d.", "param1", 2)
# Functions
No description provided by the author
Constructor.
No description provided by the author
# 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
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author