You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No build errors, proper usage of Epilogue annotation logging, but during simulation this error is encountered:
Error at frc.robot.RobotLogger.update(RobotLogger.java:29): Unhandled exception: java.lang.Error: Unresolved compilation problem:
containerLogger cannot be resolved or is not a field
at frc.robot.RobotLogger.update(RobotLogger.java:29)
at frc.robot.RobotLogger.update(RobotLogger.java:1)
at edu.wpi.first.epilogue.logging.ClassSpecificLogger.tryUpdate(ClassSpecificLogger.java:64)
at edu.wpi.first.epilogue.Epilogue.update(Epilogue.java:34)
at edu.wpi.first.epilogue.Epilogue.lambda$0(Epilogue.java:55)
at edu.wpi.first.wpilibj.TimedRobot.startCompetition(TimedRobot.java:146)
at edu.wpi.first.wpilibj.RobotBase.runRobot(RobotBase.java:350)
at edu.wpi.first.wpilibj.RobotBase.lambda$startRobot$0(RobotBase.java:418)
at java.base/java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
No build errors, proper usage of Epilogue annotation logging, but during simulation this error is encountered:
The text was updated successfully, but these errors were encountered: