org.apache.wvcm.util
Class Log4jUtil

java.lang.Object
  extended by org.apache.wvcm.util.Log4jUtil

public class Log4jUtil
extends java.lang.Object

Log4j support methods.


Constructor Summary
Log4jUtil()
           
 
Method Summary
static java.lang.String currentStackTrace()
          Current stack trace for current method - VERY EXPENSIVE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jUtil

public Log4jUtil()
Method Detail

currentStackTrace

public static java.lang.String currentStackTrace()
Current stack trace for current method - VERY EXPENSIVE. This is an expensive call because it is implemented by throwing an exception.

Returns:
stack trace with newlines


Copyright (c) 2003 - Apache Software Foundation