TimespanLogging Types

Log Sink Types

TimespanLogging.MultiEventLogType
MultiEventLog

Compatibility sink. Recording is per-thread; consumers and aggregators run once at get_logs! on the stolen batch (not on every emit).

source
TimespanLogging.LocalEventLogType
LocalEventLog

Compatibility sink. Events are recorded into per-thread buffers; get_logs! steals them and optionally pairs start/finish into Timespans.

source

Built-in Event Types