Dash
Utility class for logging. Provides methods to update PID values, retrieve double values, create pairs, and perform test logging.
Functions
Link copied to clipboard
Logs a WPISerializable value with a specified key if the system is in test mode.
Logs a SwerveModuleState value with a specified key if the system is in test mode.
Logs a boolean value with a specified key if the system is in test mode.
Logs a double value with a specified key if the system is in test mode.
Logs an integer value with a specified key if the system is in test mode.
Logs a String value with a specified key if the system is in test mode.