# 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.
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).
Unsafe returns if unsafe logging is allowed (the caller MAY skip eliding addresses and other bits of sensitive information).
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).