MCPcopy Create free account
hub / github.com/dan-v/lambda-nat-proxy / LogDebug

Function LogDebug

pkg/shared/logger.go:83–85  ·  view source on GitHub ↗

LogDebug logs a debug message with structured fields

(msg string, attrs ...slog.Attr)

Source from the content-addressed store, hash-verified

81
82// LogDebug logs a debug message with structured fields
83func LogDebug(msg string, attrs ...slog.Attr) {
84 GetLogger().LogAttrs(context.Background(), slog.LevelDebug, msg, attrs...)
85}
86
87// StructuredInfo logs an info message with structured fields
88func StructuredInfo(msg string, attrs ...slog.Attr) {

Callers

nothing calls this directly

Calls 1

GetLoggerFunction · 0.85

Tested by

no test coverage detected