# Functions
No description provided by the author
TODO -> Read config from the key/value store and not from a local static file.
No description provided by the author
No description provided by the author
No description provided by the author
ParseLogLevel takes a string level and returns the log level constant.
Unwrap recursively unwraps the error (if Error type) until it reaches the root error.
Wrap creates a customError from a given standard Go error and logger fields.
# Constants
DebugLevel level.
ErrorLevel level.
///////////////// System Functions /////////////////.
FatalLevel level.
No description provided by the author
No description provided by the author
InfoLevel level.
No description provided by the author
No description provided by the author
No description provided by the author
PanicLevel level, highest level of severity.
No description provided by the author
No description provided by the author
TraceLevel level.
WarnLevel level.
# Structs
Error is a custom error type that wraps a standard Go error with additional contextual information.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
Fields is an alias primarily used for Logger methods.
LogLevel type.
No description provided by the author