com.atlassian.confluence.logging
Class ErrorLoggedEvent

java.lang.Object
  extended by com.atlassian.confluence.logging.ErrorLoggedEvent

public class ErrorLoggedEvent
extends Object

Published by EventPublishingAppender when an error is logged by the system.


Constructor Summary
ErrorLoggedEvent(String level, String category, String methodName, String exceptionType)
           
 
Method Summary
 String getCategory()
           
 String getExceptionType()
           
 String getLevel()
           
 String getMethodName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2003-2012 Atlassian. All Rights Reserved.