Class SwerveAPILogger

java.lang.Object
edu.wpi.first.epilogue.logging.ClassSpecificLogger<SwerveAPI>
org.team1126.lib.swerve.SwerveAPILogger

public class SwerveAPILogger extends edu.wpi.first.epilogue.logging.ClassSpecificLogger<SwerveAPI>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(edu.wpi.first.epilogue.logging.EpilogueBackend backend, SwerveAPI api)
     

    Methods inherited from class edu.wpi.first.epilogue.logging.ClassSpecificLogger

    disable, getLoggedType, isDisabled, logSendable, reenable, tryUpdate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SwerveAPILogger

      public SwerveAPILogger()
  • Method Details

    • update

      public void update(edu.wpi.first.epilogue.logging.EpilogueBackend backend, SwerveAPI api)
      Specified by:
      update in class edu.wpi.first.epilogue.logging.ClassSpecificLogger<SwerveAPI>