package
0.0.0-20220912201955-c67d67ad6a86
Repository: https://github.com/golang-mixins/logging.git
Documentation: pkg.go.dev

# Functions

New is a ContextLogger constructor.

# Constants

DebugLevel - determines the level of logging "debug".
ErrorLevel - determines the level of logging "error".
FatalLevel - determines the level of logging "fatal".
GraylogMaxLenValue - defines the maximum length of a value.
InfoLevel - determines the level of logging "info".
PanicLevel - determines the level of logging "panic".
WarnLevel - determines the level of logging "warning".

# Structs

ContextLogger implements log.Log.