Class CANdiLogger

java.lang.Object
edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.ctre.phoenix6.hardware.CANdi>
org.team1126.lib.logging.phoenix.CANdiLogger

public class CANdiLogger extends edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.ctre.phoenix6.hardware.CANdi>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(edu.wpi.first.epilogue.logging.EpilogueBackend backend, com.ctre.phoenix6.hardware.CANdi candi)
     

    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

    • CANdiLogger

      public CANdiLogger()
  • Method Details

    • update

      public void update(edu.wpi.first.epilogue.logging.EpilogueBackend backend, com.ctre.phoenix6.hardware.CANdi candi)
      Specified by:
      update in class edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.ctre.phoenix6.hardware.CANdi>