package
0.6.0
Repository: https://github.com/ypwu1/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.
SetLogLevel set the level of logging for the ddlambda.

# Constants

LevelDebug logs all information.
LevelError only logs errors.

# Type aliases

LogLevel represents the level of logging that should be performed.