ResolvedLogEntry
Defined in: src/components/feedback/LogView/LogView.types.ts:61
Internal, fully-resolved entry. Every entry the store holds has a guaranteed
string id and a level; the other fields are passed through from the
source LogEntry.
Properties
Section titled “Properties”id:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:62
level:
LogLevel
Defined in: src/components/feedback/LogView/LogView.types.ts:63
message
Section titled “message”message:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:64
optionalmeta?:Record<string,unknown>
Defined in: src/components/feedback/LogView/LogView.types.ts:67
source?
Section titled “source?”
optionalsource?:string
Defined in: src/components/feedback/LogView/LogView.types.ts:66
timestamp?
Section titled “timestamp?”
optionaltimestamp?:number|Date
Defined in: src/components/feedback/LogView/LogView.types.ts:65