log
Logs a double value with a specified key if the system is in test mode.
Parameters
The key associated with the value to log.
The double value to log.
Logs an integer value with a specified key if the system is in test mode.
Parameters
The key associated with the value to log.
The integer value to log.
Logs a boolean value with a specified key if the system is in test mode.
Parameters
The key associated with the value to log.
The boolean value to log.
Logs a String value with a specified key if the system is in test mode.
Parameters
The key associated with the value to log.
The String value to log.
Logs a WPISerializable value with a specified key if the system is in test mode.
Parameters
The key associated with the value to log.
The WPISerializable value to log.
Logs a SwerveModuleState value with a specified key if the system is in test mode.
Parameters
The key associated with the value to log.
The SwerveModuleState value to log.