# Packages

No description provided by the author
# Multiple Logs GitHub repository: https://github.com/takecontrolsoft/go_multi_log # Package "loggers" This Package provides different implementations for loggers, which are possible to be registered.

# Functions

Log object in Debug level.
Log objects using format string in Debug level.
Return the default instance of [loggers.ConsoleLogger].
Log object in Error level.
Log objects using format string in Error level.
Log object in Fatal level and call Panic to exit.
Log objects using format string in Fatal level and call Panic to exit.
Return a registered logger instance by key.
Log object in Info level.
Log objects using format string in Info level.
Register an instance of an additional logger that implements [loggers.LoggerInterface].
Log object in Trace level.
Log objects using format string in Trace level.
Unregister an instance of logger by key.
Log object in Warning level.
Log objects using format string in Warning level.