Skip to content

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?

optional meta: Record<string, unknown>

Defined in: src/components/feedback/LogView/LogView.types.ts:67


source?

optional source: string

Defined in: src/components/feedback/LogView/LogView.types.ts:66


timestamp?

optional timestamp: number | Date

Defined in: src/components/feedback/LogView/LogView.types.ts:65