# Constants
DebugLevel logs are typically voluminous, and are usually disabled in production.
ErrorLevel logs are high-priority.
InfoLevel is the default logging priority.
WarnLevel logs are more important than Info, but don't need individual human review.
# Structs
DefaultLog default logger by zap.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author