MCPcopy 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
77type testLogger struct {
78 stack *log.Logger
79 log.Interface
80}
81
82func (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