# Functions
Debug logs a structured log message to stdout.
Error logs a structured error message to stdout.
Raw prints a raw message to the logs.
SetLogLevel set the level of logging for the ddlambda.
SetOutput changes the writer for the logger.
Warn logs a structured log message to stdout.
# Type aliases
LogLevel represents the level of logging that should be performed.