Package edu.wpi.first.epilogue.logging.errors


package edu.wpi.first.epilogue.logging.errors
  • Class
    Description
    An error handler implementation that will throw an exception if logging raised an exception.
    An error handler is used by the Logged framework to catch and process any errors that occur during the logging process.
    An error handler implementation that prints error information to the console.
    An error handler that disables loggers after too many exceptions are raised.