# Functions
No description provided by the author
NewConsoleLogger creates a simple console logger that prints log messages to Console.
NewDBLogger creates a new Database logger, it stores the logged message in database factory: is the DB connection factory defaults: default log levels to store in db if is not specificed by the logged message.
NewRedisLogger creates new redis logger handler.
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
ConsoleLogger log message to the console.
DBLogger implements a logger that stores the message in a bold database.
No description provided by the author
# Interfaces
Logger interface.