# 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
Initialize logging.
No description provided by the author
create ConsoleWriter returning as LoggerInterface.
create a FileLogWriter returning as LoggerInterface.
No description provided by the author
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
ConsoleWriter implements LoggerInterface and writes messages to terminal.
FileLogWriter implements LoggerInterface.
Logger is default logger in beego application.
an *os.File writer with locker.
# Interfaces
LoggerInterface represents behaviors of a logger provider.