# Packages
No description provided by the author
# Functions
NewLogger configure a Logger implementation.
NewSimpleLogger creates a simple Logger based on the golang log package.
NewSimpleLoggerNull create a simple Logger discarding all log entries (i.e.
No description provided by the author
# Variables
DefaultOptions common default options.
# Interfaces
Logger is a generic logger interface to the different logger implementations.
No description provided by the author
# Type aliases
Level is an enumeration type of the supported loging levels.