Package me.autobot.lib.telemetry
Interface Logger
- All Known Implementing Classes:
CollisionSensor,Device,HoverboardWheel,LidarBot,LogitechTest,MainBot,Motor,NNBot,Robot,Sensor,Servo,ServoBot,TestBot
public interface Logger
A class that logs the values of fields and methods annotated with @Log.
This class is meant to be extended by other classes that want to log their values.
Do not use this class directly.
Usage:
public class MyClass extends Logger { ... }