MCPcopy Create free account
hub / github.com/screego/server / LogLevel

TypeAlias LogLevel

config/loglevel.go:10–10  ·  view source on GitHub ↗

LogLevel type that provides helper methods for decoding.

Source from the content-addressed store, hash-verified

8
9// LogLevel type that provides helper methods for decoding.
10type LogLevel zerolog.Level
11
12// Decode decodes a string to a log level.
13func (ll *LogLevel) Decode(value string) error {

Callers 1

DecodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected