LogLevelName
type LogLevelName = "trace" | "debug" | "info" | "warn" | "error" | "fatal";
Defined in: src/lib/logging/types.ts:40
String representation of log levels for human readability.
type LogLevelName = "trace" | "debug" | "info" | "warn" | "error" | "fatal";
Defined in: src/lib/logging/types.ts:40
String representation of log levels for human readability.