Liferay 6.2-ce-ga5

com.liferay.portal.kernel.log
Class LogUtil

java.lang.Object
  extended by com.liferay.portal.kernel.log.LogUtil

public class LogUtil
extends Object


Field Summary
static boolean REMOVE_UNKNOWN_SOURCE
           
static int STACK_TRACE_LENGTH
           
 
Constructor Summary
LogUtil()
           
 
Method Summary
static void debug(Log log, Properties props)
           
static void log(Log log, Throwable throwable)
           
static void log(Log log, Throwable throwable, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMOVE_UNKNOWN_SOURCE

public static final boolean REMOVE_UNKNOWN_SOURCE
See Also:
Constant Field Values

STACK_TRACE_LENGTH

public static final int STACK_TRACE_LENGTH
See Also:
Constant Field Values
Constructor Detail

LogUtil

public LogUtil()
Method Detail

debug

public static void debug(Log log,
                         Properties props)

log

public static void log(Log log,
                       Throwable throwable)

log

public static void log(Log log,
                       Throwable throwable,
                       String message)

Liferay 6.2-ce-ga5