Package com.atlassian.confluence.logging
Class ErrorLoggedEvent
- java.lang.Object
-
- com.atlassian.confluence.logging.ErrorLoggedEvent
-
public class ErrorLoggedEvent extends Object
Published byEventPublishingAppender
when an error is logged by the system.
-
-
Constructor Summary
Constructors Constructor Description ErrorLoggedEvent(String level, String category, String methodName, String exceptionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategory()
String
getExceptionType()
String
getLevel()
String
getMethodName()
-