Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ testLogger
Struct
testLogger
pkg/util/test/logger.go:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
type
testLogger
struct
{
78
stack *log.Logger
79
log.Interface
80
}
81
82
func
(l *testLogger) Use(m log.Middleware) {
83
l.stack.Use(m)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected