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§
- Entity
Manager - The
EntityManageris responsible for determining entity log / trace enable states. - Track
Config Error - Error used to return configuration errors
Traits§
Functions§
- dev_
null_ tracker - Create a
Trackerthat suppresses all track events. - stdout_
tracker - Create a
Trackerthat prints all track events tostdout.