package
1.22.0
Repository: https://github.com/datadog/datadog-lambda-go.git
Documentation: pkg.go.dev

# 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.

# Constants

LevelDebug logs all information.
LevelWarn only logs warnings and errors.

# Type aliases

LogLevel represents the level of logging that should be performed.