MCPcopy
hub / github.com/grafana/dskit / Level

Struct Level

log/level.go:29–32  ·  log/level.go::Level

Level is a settable identifier for the minimum level a log entry must have.

Source from the content-addressed store, hash-verified

27
28// Level is a settable identifier for the minimum level a log entry must have.
29type Level struct {
30 s string
31 Option level.Option
32}
33
34// RegisterFlags adds the log level flag to the provided flagset.
35func (l *Level) RegisterFlags(f *flag.FlagSet) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected