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

Method Level

pkg/log/entry.go:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22// Entry is the interface of log entries.
23type Entry interface {
24 Level() Level
25 Fields() Fielder
26 Message() string
27 Timestamp() time.Time

Callers 8

commitMethod · 0.65
ExampleMiddlewareFunction · 0.65
HandleLogMethod · 0.65
WrapMethod · 0.65
WrapMethod · 0.65
verifySuccessFunction · 0.65
verifyClientErrorFunction · 0.65
verifyServerErrorFunction · 0.65

Implementers 1

entrypkg/log/entry.go

Calls

no outgoing calls

Tested by 4

ExampleMiddlewareFunction · 0.52
verifySuccessFunction · 0.52
verifyClientErrorFunction · 0.52
verifyServerErrorFunction · 0.52