# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
LevelDebug sets a logger to show informational messages or anything more severe.
LevelError sets a logger to show error messages only.
LevelInfo sets a logger to show informational messages or anything more severe.
LevelNull sets a logger to show no messages at all.
LevelWarn sets a logger to show warning messages or anything more severe.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

DefaultLeveledLogger is the default logger that the library will use to log errors, warnings, and informational messages.
No description provided by the author

# Structs

LeveledLogger is a leveled logger implementation.
No description provided by the author

# Interfaces

LeveledLoggerInterface provides a basic leveled logging interface for printing debug, informational, warning, and error messages.

# Type aliases

Level represents a logging level.
No description provided by the author
No description provided by the author