Log Pingu
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 multiple values within the provided block context.
Logs multiple values with their respective keys based on the type of each value.
Logs a WPISerializable value with a specified key if the system is in test mode.
Logs a StructSerializable 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.