Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ Notice
Method
Notice
src/go/logger/conditional.go:37–39 ·
view source on GitHub ↗
(a ...any)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(c ConditionalLogger) Notice(a ...any) ElseBranch {
38
return
c.logArgs(levelNotice, a...)
39
}
40
41
func
(c ConditionalLogger) Info(a ...any) ElseBranch {
42
return
c.logArgs(slog.LevelInfo, a...)
Callers
nothing calls this directly
Calls
1
logArgs
Method · 0.95
Tested by
no test coverage detected