LogLevel type exported
Last updated: 2026-03-01T23:25:47.125Z
Location
Metrics
LOC: 1
Complexity: 1
Params: 0
Signature
type LogLevel
Source Code
export type LogLevel = "debug" | "info" | "warn" | "error" | "audit";
Dependencies (Outgoing)
| Target | Type |
|---|---|
| addLogEntry | uses |
| initLogStore | uses |
| configureLogStore | uses |
| LogEntry | uses |
Impact (Incoming)
| Source | Type |
|---|---|
| LogEntry | uses |
| LogViewerVariant | uses |