# Packages
No description provided by the author
# Structs
NoopErrorHandler is an error handler that discards every error.
NoopLogger is a logger that discards every log event.
# Interfaces
ErrorHandler handles an error.
Logger is the fundamental interface for all log operations.