# Functions
No description provided by the author
No description provided by the author
CreateFileLogWriter returns a LogWriterCreator that creates LogWriter for the given file.
CreateStderrLogWriter returns a LogWriterCreator that creates LogWriter for stderr.
CreateStdoutLogWriter returns a LogWriterCreator that creates LogWriter for stdout.
NewLogger returns a generic log handler that can handle all type of messages.
Record writes a message into log stream.
RegisterHandler registers a new handler as current log handler.
No description provided by the author
# 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
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for Severity.
Enum value maps for Severity.
# Structs
No description provided by the author
No description provided by the author
GeneralMessage is a general log message that can contain all kind of content.
# Type aliases
No description provided by the author
No description provided by the author
WriterCreator is a function to create LogWriters.