Class ErrorPrinter

java.lang.Object
edu.wpi.first.epilogue.logging.errors.ErrorPrinter
All Implemented Interfaces:
ErrorHandler

public class ErrorPrinter extends Object implements ErrorHandler
An error handler implementation that prints error information to the console.
  • Constructor Details

  • Method Details

    • handle

      public void handle(Throwable exception, ClassSpecificLogger<?> logger)
      Description copied from interface: ErrorHandler
      Handles an exception that arose while logging.
      Specified by:
      handle in interface ErrorHandler
      Parameters:
      exception - the exception that occurred
      logger - the logger that was being processed that caused the error to occur