Skip to main content

Module event

Module event 

Source
Expand description

Minimal event type for tower-internal use.

Will be replaced by observation::Event when crates/yah/observation/ ships (R093-F1). The shape here mirrors what scryer will produce so that ScryerFilter::matches and the tests are faithful to the substrate contract.

Structs§

Event
A single structured event produced by a scryer ingestion adapter.

Enums§

EventScope
Identifies which event stream an event belongs to.
Level
Structured log level, ordered Debug < Info < Warn < Error.