LogEntry interface presentation exported
Last updated: 2026-03-04T23:21:38.426Z
Location
Metrics
LOC: 5
Complexity: 1
Params: 0
Signature
interface LogEntry
Summary
A structured log entry for display.
Source Code
export interface LogEntry {
time: string;
text: string;
type: string;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| LogLevel | uses |
| LogViewerVariant | uses |
| makeEntry | uses |