# Functions
NewContextHook instantiate a new context hook.
NewLogcatFormatter create new LogcatFormatter instance.
NewSyslogFormatter create new MySyslogFormatter instance.
NewTextFormatter create new MyTextFormatter instance.
SetJSONFormatter set the JSON formatter for given logger.
SetLogcatFormatter set the logcat formatter for given logger.
SetSyslogFormatter set the text formatter for given logger.
SetTextFormatter set the text formatter for given logger.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ContextHook is a custom hook for add the source information for the entry.
LogcatFormatter formats logs into text what is fit for logcat.
SyslogFormatter formats logs into text.
TextFormatter formats logs into text with included source code's path.
# Type aliases
No description provided by the author