MCPcopy
hub / github.com/sirupsen/logrus / Level

TypeAlias Level

logrus.go:15–15  ·  view source on GitHub ↗

Level type nolint:recvcheck // the methods of "Entry" use pointer receiver and non-pointer receiver.

Source from the content-addressed store, hash-verified

13//
14//nolint:recvcheck // the methods of "Entry" use pointer receiver and non-pointer receiver.
15type Level uint32
16
17// Convert the Level to a string. E.g. [PanicLevel] becomes "panic".
18func (level Level) String() string {

Callers 1

levelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected