An API for creating, managing, and writing to logging files.
Configures all APIs that must be initialized in order to use this API.
Returns true if init has been called for this opmode.
Defines whether this API requires features from LinearOpMode.
Close all writers safely.
Creates a new CSV file in the buffer. Does NOT touch storage yet.
Flushes the RAM buffer to storage safely. Will create writer lazily (if they cant do it, then they will abort instead of shutting down) and handle errors.
Initializes this API.
Write an array entry to RAM buffer.
Write a double entry to RAM buffer.