# Packages
No description provided by the author
# Functions
Level gets current level.
NewExtendedLogger instantiates a new Logger instance.
NewFileRotate returns a pointer to a FileRotate instance.
NewLogger instantiates a new Logger instance.
ObfuscateAPIKey obfucate part of api key.
ObfuscateHTTPHeader obfuscates sensitive data into headers.
# Constants
LevelAll implies that All logging levels will be recorded.
LevelDebug log level.
LevelError log level.
LevelInfo log level.
LevelNone implies that NOTHING will be logged, not even errors.
LevelVerbose log level.
LevelWarning log level.
# Structs
ExtendedLevelFilteredLoggerWrapper leveled logger improving message format performance.
FileRotate rotates a log file at MaxBytes.
FileRotateOptions struct to configure FileRotate.
LevelFilteredLoggerWrapper forwards log message to delegate if level is set higher than incoming message.
Logger struct.
LoggerOptions ..
# Type aliases
ParamsFn is a function that returns a slice of interface{}.