# Functions
NewStdLoggerBuilder returns new StdLoggerBuilder object.
# Structs
StdLogger is a type of logger which uses standard output and error streams, or custom writers.
StdLoggerBuilder is a type which contains the configuration to build the logger which uses standard output and error streams or custom writers.
# Interfaces
Logger is an Interface for logging messages in unified way.