package
0.0.0-20220322181624-21adeaf94cc3
Repository: https://github.com/leapcode/shapeshifter-dispatcher.git
Documentation: pkg.go.dev

# Functions

ElideAddr transforms the string representation of the provided address based on the unsafeLogging setting.
ElideError transforms the string representation of the provided error based on the unsafeLogging setting.
Enabled returns if logging is enabled.
Errorf logs the given format string/arguments at the ERROR log level.
Infof logs the given format string/arguments at the INFO log level.
Init initializes logging with the given path, and log safety options.
Level returns the current log level.
Noticef logs the given format string/arguments at the NOTICE log level.
SetLogLevel sets the log level to the value indicated by the given string (case-insensitive).
Warnf logs the given format string/arguments at the WARN log level.

# Constants

LevelDebug is the DEBUG log level, (NOTICE/ERROR/WARN/INFO/DEBUG).
LevelError is the ERROR log level (NOTICE/ERROR).
LevelInfo is the INFO log level, (NOTICE/ERROR/WARN/INFO).
LevelWarn is the WARN log level, (NOTICE/ERROR/WARN).