- Preparing search index...
- The search index is not available
DuckDB-WASM
Type alias LogEntry<O, T, E, V>
Log
Entry
<O, T, E, V>: { event
: E; level
: LogLevel; origin
: O; timestamp
: Date; topic
: T; value
: V; }
Type declaration
-
Readonly
event: E
-
-
Readonly
origin: O
-
Readonly
timestamp: Date
-
Readonly
topic: T
-
Readonly
value: V