Class ErrorLoggedEvent


  • public class ErrorLoggedEvent
    extends Object
    Published by EventPublishingAppender when an error is logged by the system.
    • Constructor Detail

      • ErrorLoggedEvent

        public ErrorLoggedEvent​(String level,
                                String category,
                                String methodName,
                                String exceptionType)
    • Method Detail

      • getLevel

        public String getLevel()
      • getCategory

        public String getCategory()
      • getMethodName

        public String getMethodName()
      • getExceptionType

        public String getExceptionType()