package
0.38.1
Repository: https://github.com/thediveo/lxkns.git
Documentation: pkg.go.dev

# Packages

Package logrus enables logging within the lxkns module and directs all logging output to the [sirupsen/logrus] logging module.

# Functions

Debugf logs formatted debug information.
Debugfn logs debugging information from the specified fn producer function.
Errorf logs a formatted error.
Infof logs formatted information.
Infofn logs information from the specified fn producer function.
LevelEnabled takes a logging level and returns true, if this level is enabled.
SetLevel sets the logging level for lxkns-internal module logging.
SetLogger sets the logging adapter to be used.
Tracef logs formatted trace information.
Tracefn logs trace information from the specified fn producer function.
Warnf logs a formatted warning.

# Constants

The available logging levels; please note that lxkns only uses a subset of them.
The available logging levels; please note that lxkns only uses a subset of them.
The available logging levels; please note that lxkns only uses a subset of them.
The available logging levels; please note that lxkns only uses a subset of them.
The available logging levels; please note that lxkns only uses a subset of them.
The available logging levels; please note that lxkns only uses a subset of them.
The available logging levels; please note that lxkns only uses a subset of them.

# Interfaces

Logger defines the logging interface that lxkns expects of adapters to external logging modules.

# Type aliases

Level defines the representation of a single logging level for the purposes of logging in the lxkns module.