com.atlassian.confluence.logging
Class ErrorLoggedEvent
java.lang.Object
com.atlassian.confluence.logging.ErrorLoggedEvent
public class ErrorLoggedEvent
- extends Object
Published by EventPublishingAppender
when an error is logged by the system.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorLoggedEvent
public ErrorLoggedEvent(String level,
String category,
String methodName,
String exceptionType)
getLevel
public String getLevel()
getCategory
public String getCategory()
getMethodName
public String getMethodName()
getExceptionType
public String getExceptionType()
Copyright © 2003-2013 Atlassian. All Rights Reserved.