|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.utility.FailureLogger
public class FailureLogger
Logs an error to a specified limit.
Constructor Summary | |
---|---|
FailureLogger()
|
Method Summary | |
---|---|
static void |
logError(java.lang.Throwable t,
boolean logFully)
Logs an error up to a MAX limit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FailureLogger()
Method Detail |
---|
public static void logError(java.lang.Throwable t, boolean logFully)
t
- logFully
- (if true then the exception is logged, otherwise only the class and stack is logged)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |