# Functions
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
No description provided by the author
create new ConnWrite returning as LoggerInterface.
create ConsoleWriter returning as LoggerInterface.
No description provided by the author
create a FileLogWriter returning as LoggerInterface.
No description provided by the author
No description provided by the author
create smtp writer.
Register registers given logger provider to adapters.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
ConnWriter implements LoggerInterface.
ConsoleWriter implements LoggerInterface and writes messages to terminal.
DatabaseWriter implements LoggerInterface and is used to log into database.
FileLogWriter implements LoggerInterface.
No description provided by the author
Logger is default logger in beego application.
an *os.File writer with locker.
smtpWriter implements LoggerInterface and is used to send emails via given SMTP-server.
# Interfaces
LoggerInterface represents behaviors of a logger provider.