# Functions
GetStream returns the Stream handle if it has been created with the same input non empty "name", returns nil if not.
NewStream creates a Stream instance.
RegOutputterFactory registers an output destination type.
StringToLoglevel returns the loglevel described by the given string.
# Constants
All predefined loglevels.
These flags define which text to prefix to each log entry generated by the Logger.
All predefined loglevels.
All predefined loglevels.
the file and line in the source code that prints the message.
All predefined loglevels.
All predefined loglevels.
All predefined loglevels.
use UTC rather than the local time zone.
All predefined loglevels.
# Variables
DefaultStream is the builtin output stream instance.
# Interfaces
OutputterFactory is an outputter type.