# Functions

Close implements io.Closer.
Configure initializes a functional logging subsystem.
Debug logs to the DEBUG log.
Debugf logs to the DEBUG log.
DefaultOptions returns a new set of options, initialized to the defaults.
Error logs to the ERROR log.
Errorf logs to the ERROR log.
Fatal logs to the FATAL log.
Fatalf logs to the FATAL log.
Info logs to the INFO log.
Infof logs to the INFO log.
Sync flushes any buffered log entries.
Warn logs to the WARN log.
Warnf logs to the WARN log.

# Constants

DebugLevel enables debug level logging.
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
ErrorLevel enables error level logging.
FatalLevel enables fatal level logging.
InfoLevel enables info level logging.
NoneLevel disables logging.
WarnLevel enables warn level logging.

# Structs

Options defines the set of options supported by component-base logging package.

# Type aliases

Level is an enumeration of all supported log levels.