MCPcopy
hub / github.com/netdata/netdata / Else

Method Else

src/go/logger/conditional.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (b ElseBranch) Else() ConditionalLogger {
26 return ConditionalLogger{l: b.l, cond: b.cond}
27}
28
29func (c ConditionalLogger) Error(a ...any) ElseBranch {
30 return c.logArgs(slog.LevelError, a...)

Calls

no outgoing calls