package
3.0.1+incompatible
Repository: https://github.com/operatorfoundation/shapeshifter-dispatcher.git
Documentation: pkg.go.dev

# Functions

Debugf logs the given format string/arguments at the DEBUG log level.
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.
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.
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).
LevelNone is the level where nothing is logged, (NONE).
LevelWarn is the WARN log level, (NOTICE/ERROR/WARN).