Skip to main content

Module tracker

Module tracker 

Source
Expand description

Include the trackers. Define the Track trait a number of Trackers.

Re-exports§

pub use capnp::CapnProtoTracker;
pub use dev_null::DevNullTracker;
pub use text::TextTracker;

Modules§

aka
Include the alternative name manager. Also Known As (AKA) - an alternative name manager.
capnp
Include the CapnProto tracker.
dev_null
Include the /dev/null tracker.
multi_tracker
Include the multi-tracker.
perfetto
Include the Perfetto tracker.
text
Include the text-based tracker.
types
Include the types required for tracker.

Structs§

EntityManager
The EntityManager is responsible for determining entity log / trace enable states.
TrackConfigError
Error used to return configuration errors

Traits§

Track
This is the interface that is supported by all Trackers.

Functions§

dev_null_tracker
Create a Tracker that suppresses all track events.
stdout_tracker
Create a Tracker that prints all track events to stdout.

Type Aliases§

Tracker
The type of a Tracker that is shared across entities.