LogLevel type exported

Last updated: 2026-03-01T23:25:47.125Z

Metrics

LOC: 1 Complexity: 1 Params: 0

Signature

type LogLevel

Source Code

export type LogLevel = "debug" | "info" | "warn" | "error" | "audit";

Dependencies (Outgoing)

graph LR LogLevel["LogLevel"] addLogEntry["addLogEntry"] initLogStore["initLogStore"] configureLogStore["configureLogStore"] LogEntry["LogEntry"] LogLevel -->|uses| addLogEntry LogLevel -->|uses| initLogStore LogLevel -->|uses| configureLogStore LogLevel -->|uses| LogEntry style LogLevel fill:#dbeafe,stroke:#2563eb,stroke-width:2px click LogLevel "c16627126b9be48e.html" click addLogEntry "b5eb9ecc61a3eb82.html" click initLogStore "e592afd94ce8e81f.html" click configureLogStore "2a0ad267080e2434.html" click LogEntry "081e40eef6aa200f.html"
TargetType
addLogEntry uses
initLogStore uses
configureLogStore uses
LogEntry uses

Impact (Incoming)

graph LR LogLevel["LogLevel"] LogEntry["LogEntry"] LogViewerVariant["LogViewerVariant"] LogEntry -->|uses| LogLevel LogViewerVariant -->|uses| LogLevel style LogLevel fill:#dbeafe,stroke:#2563eb,stroke-width:2px click LogLevel "c16627126b9be48e.html" click LogEntry "472716e088174f12.html" click LogViewerVariant "3e8313bcae7abdc5.html"
SourceType
LogEntry uses
LogViewerVariant uses