package
2.6.0+incompatible
Repository: https://github.com/coderabbitai/grafana.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
ConsoleDebug prints to stdout using DEBUG colors.
ConsoleDebugf prints a formatted string to stdout using DEBUG colors.
ConsoleError prints to stdout using ERROR colors.
ConsoleErrorf prints a formatted string to stdout using ERROR colors.
ConsoleFatal prints to stdout using FATAL colors.
ConsoleFatalf prints a formatted string to stdout using FATAL colors.
ConsoleInfo prints to stdout using INFO colors.
ConsoleInfof prints a formatted string to stdout using INFO colors.
ConsoleTrace prints to stdout using TRACE colors.
ConsoleTracef prints a formatted string to stdout using TRACE colors.
ConsoleWarn prints to stdout using WARN colors.
ConsoleWarnf prints a formatted string to stdout using WARN colors.
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 ConsoleWriter returning as LoggerInterface.
create a FileLogWriter returning as LoggerInterface.
No description provided by the author
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
# 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.
No description provided by the author
# Interfaces
LoggerInterface represents behaviors of a logger provider.