Package frc.robot
Class Constants.LoggingConstants
java.lang.Object
frc.robot.Constants.LoggingConstants
- Enclosing class:
- Constants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Logged.Importance
Log all data above specified level.static final boolean
Send logging data to NetworkTables. -
Constructor Summary
-
Method Summary
-
Field Details
-
DEBUG_MODE
public static final boolean DEBUG_MODESend logging data to NetworkTables. Data is written to storage when set to false.- See Also:
-
DEBUG_LEVEL
Log all data above specified level.
-
-
Constructor Details
-
LoggingConstants
public LoggingConstants()
-