package
1.6.5
Repository: https://github.com/fabiolb/fabio.git
Documentation: pkg.go.dev

# 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.

# Constants

Common log file formats.
Common log file formats.

# 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.