Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
149
func
(l *Logger) entry() *entry {
150
return
&entry{
151
logger: l,
152
fields: Fields(),
153
}
154
}
Callers
8
Debug
Method · 0.95
Info
Method · 0.95
Warn
Method · 0.95
Error
Method · 0.95
Fatal
Method · 0.95
WithField
Method · 0.95
WithFields
Method · 0.95
WithError
Method · 0.95
Calls
1
Fields
Function · 0.85
Tested by
no test coverage detected