# Variables
DefaultStdLogger represents the default logger which will write log messages to stdout, and use same formatting runes as the stdlib log.Logger.
# Interfaces
Logger specifies the interface for all log operations.
# Type aliases
The LoggerFunc type is an adapter to allow the use of ordinary functions as Logger.