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
id
id:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:62
level
level:
LogLevel
Defined in: src/components/feedback/LogView/LogView.types.ts:63
message
message:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:64
meta?
optionalmeta:Record<string,unknown>
Defined in: src/components/feedback/LogView/LogView.types.ts:67
source?
optionalsource:string
Defined in: src/components/feedback/LogView/LogView.types.ts:66
timestamp?
optionaltimestamp:number|Date
Defined in: src/components/feedback/LogView/LogView.types.ts:65