package
3.6.0-0.dev+incompatible
Repository: https://github.com/lmm/libcalico-go.git
Documentation: pkg.go.dev
# Functions
FilterLevels returns all the logrus.Level values <= maxLevel.
FormatForSyslog formats logs in a way tailored for syslog.
No description provided by the author
No description provided by the author
No description provided by the author
safeParseLogLevel parses a string version of a logrus log level, defaulting to logrus.PanicLevel on failure.
# Constants
FieldForceFlush is a field name used to signal to the BackgroundHook that it should flush the log after this message.
# Structs
BackgroundHook is a logrus Hook that (synchronously) formats each log and sends it to one or more Destinations for writing ona background thread.
No description provided by the author
No description provided by the author
Formatter is our custom log formatter designed to balance ease of machine processing with human readability.
NullWriter is a dummy writer that always succeeds and does nothing.
No description provided by the author