org.apache.axis2.jaxws.utility
Class FailureLogger

java.lang.Object
  extended by org.apache.axis2.jaxws.utility.FailureLogger

public class FailureLogger
extends java.lang.Object

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

FailureLogger

public FailureLogger()
Method Detail

logError

public static void logError(java.lang.Throwable t,
                            boolean logFully)
Logs an error up to a MAX limit.

Parameters:
t -
logFully - (if true then the exception is logged, otherwise only the class and stack is logged)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.