Third-Party Telemetry Libraries
Truco
Is your library not listed here when it should be? Open a pull request to add it!
Several third-party logging utilities and frameworks exist that provide functionality beyond what is currently provided by WPILib:
AdvantageKit (Java only): «Log everything»-based logging framework with hooks for replaying logged data in simulation.
Monologue (Java only): annotation-based logging library. Extensive telemetry and on-robot logging can be added to your robot code with minimal code footprint and design restrictions.
DSLOG: An alternate driver station log viewer.
DogLog (Java only): A simple logging library for Java.