# Functions
NewStdLoggerBuilder creates a builder that knows how to build a logger that uses the standard output and error streams, or custom writers.
# Structs
StdLogger is a logger that uses the standard output and error streams, or custom writers.
StdLoggerBuilder contains the configuration and logic needed to build a logger that uses the standard output and error streams, or custom writers.
# Interfaces
No description provided by the author