MCPcopy
hub / github.com/op/go-logging / GetLevel

Function GetLevel

backend.go:37–39  ·  view source on GitHub ↗

GetLevel returns the logging level for the specified module.

(module string)

Source from the content-addressed store, hash-verified

35
36// GetLevel returns the logging level for the specified module.
37func GetLevel(module string) Level {
38 return defaultBackend.GetLevel(module)
39}

Callers

nothing calls this directly

Calls 1

GetLevelMethod · 0.65

Tested by

no test coverage detected