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

Function newRecorder

pkg/log/logger_test.go:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func newRecorder() *recorder {
37 return &recorder{
38 entries: make([]Entry, 0, 10),
39 }
40}
41
42func TestLogger(t *testing.T) {
43 a := assertions.New(t)

Callers 2

TestLoggerFunction · 0.85
TestMiddlewareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected