Package edu.wpi.first.epilogue
package edu.wpi.first.epilogue
-
ClassDescriptionPlaced on a subclass of
ClassSpecificLogger
.A configuration object to be used by the generatedEpilogue
class to customize its behavior.Place this annotation on a class to automatically log every field and every public accessor method (methods with no arguments and return a loggable data type).Data importance.Different behaviors for how Epilogue will generate the names of logged data points.Opt-in or opt-out strategies for logging.A field or method annotated as@NotLogged
will be ignored by Epilogue when determining the data to log.