API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeLogSink
@codexo/exojs / core / stable
A subscriber invoked with every dispatched LogEntry.
0
props
0
methods
0
events
Import
import { LogSink } from '@codexo/exojs'A subscriber invoked with every dispatched LogEntry.
Definition1
(entry: LogEntryThe normalized record dispatched to every LogSink.) => voidSource