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

Method entry

pkg/log/logger.go:149–154  ·  view source on GitHub ↗

entry creates a new log entry.

()

Source from the content-addressed store, hash-verified

147
148// entry creates a new log entry.
149func (l *Logger) entry() *entry {
150 return &entry{
151 logger: l,
152 fields: Fields(),
153 }
154}

Callers 8

DebugMethod · 0.95
InfoMethod · 0.95
WarnMethod · 0.95
ErrorMethod · 0.95
FatalMethod · 0.95
WithFieldMethod · 0.95
WithFieldsMethod · 0.95
WithErrorMethod · 0.95

Calls 1

FieldsFunction · 0.85

Tested by

no test coverage detected