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

Struct entry

pkg/log/entry.go:31–39  ·  view source on GitHub ↗

entry implements Entry.

Source from the content-addressed store, hash-verified

29
30// entry implements Entry.
31type entry struct {
32 logger interface {
33 commit(e *entry)
34 }
35 level Level
36 message string
37 time time.Time
38 fields *F
39}
40
41// interface assertions.
42var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected