MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Debugf

Function Debugf

pkg/log/global.go:45–47  ·  view source on GitHub ↗

Debugf calls FromContext(ctx).Debugf

(ctx context.Context, msg string, v ...any)

Source from the content-addressed store, hash-verified

43
44// Debugf calls FromContext(ctx).Debugf
45func Debugf(ctx context.Context, msg string, v ...any) {
46 FromContext(ctx).Debugf(msg, v...)
47}
48
49// Infof calls FromContext(ctx).Infof
50func Infof(ctx context.Context, msg string, v ...any) {

Callers 1

TestLogInterfaceFunction · 0.85

Calls 2

FromContextFunction · 0.70
DebugfMethod · 0.65

Tested by 1

TestLogInterfaceFunction · 0.68