# Functions
NewStdLogger create a Logger that uses out and err for informational and error messages.
NewStructuredLogger creates a Logger that logs messages using JSON.
# Structs
StdLogger is the standard logger that distinguishes between info and error logs.
StructuredLogger writes log messages in JSON.