MCPcopy
hub / github.com/rs/zerolog / Level

TypeAlias Level

log.go:127–127  ·  view source on GitHub ↗

Level defines log levels.

Source from the content-addressed store, hash-verified

125
126// Level defines log levels.
127type Level int8
128
129const (
130 // DebugLevel defines debug log level.

Callers 7

TestLevelWriterFunction · 0.70
TestParseLevelFunction · 0.70
TestUnmarshalTextLevelFunction · 0.70
ParseLevelFunction · 0.70
GlobalLevelFunction · 0.70
triggerMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected