Skip to content

Using ILogSource

Henrytoo edited this page Feb 4, 2024 · 7 revisions

ILogSource is an inheritance class you will use to organize logging and console operations in the robot code. If you want to log something in your code you will first need to ensure that the ILogSource is being implemented in the class. To do this you will need to put "Implements ILogSource" at the end of the class declaration. For Example:

public class VisionSubsystem extends

Clone this wiki locally