API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceLogEntry

@codexo/exojs / core / stable

The normalized record dispatched to every LogSink.

5
props
0
methods
0
events
Import
import { LogEntry } from '@codexo/exojs'

The normalized record dispatched to every LogSink.

Properties5
data?: Record<string, unknown>
error?: Error
message: string
severity: LogSeverity
source?: string
Source