Package edu.wpi.first.epilogue.logging
package edu.wpi.first.epilogue.logging
-
ClassDescriptionBase class for class-specific generated loggers.A backend is a generic interface for Epilogue to log discrete data points.A backend implementation that saves information to a WPILib
DataLog
file on disk.A backend implementation that only logs data when it changes.A sendable builder implementation that sends data to aEpilogueBackend
.A backend implementation that delegates to other backends.A backend that logs to an underlying backend, prepending all logged data with a specific prefix.A backend implementation that sends data over network tables.Null backend implementation that logs nothing.