//
pkg.gl
Category
github.com/ypwu1/datadog-lambda-go
internal
logger
package
0.6.0
Repository:
https://github.com/ypwu1/datadog-lambda-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
50 SLOC
#
Functions
Debug
Debug logs a structured log message to stdout.
Error
Error logs a structured error message to stdout.
SetLogLevel
SetLogLevel set the level of logging for the ddlambda.
#
Constants
LevelDebug
LevelDebug logs all information.
LevelError
LevelError only logs errors.
#
Type aliases
LogLevel
LogLevel represents the level of logging that should be performed.