# Functions
New creates a new logger that writes log events in the given format to the provided writer.
NewLevelWriter creates a new leveled writer for the given output and a default level.
# Variables
Fields contains a list of all known static log fields in alphabetical order.
# Structs
Event defines the elements of a loggable event.
LevelWriter implements a simplistic levelled log writer which supports TRACE, DEBUG, INFO, WARN, ERROR and FATAL.
# Interfaces
Logger logs an event.