Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.util
Class LoggerUtil

java.lang.Object
  extended by org.xhtmlrenderer.util.LoggerUtil

public class LoggerUtil
extends java.lang.Object

Utility class for working with java.logging Logger classes

Author:
Patrick Wright

Constructor Summary
LoggerUtil()
           
 
Method Summary
static java.util.logging.Logger getDebugLogger(java.lang.Class cls)
          Instantiate a Logger for debug messages for a given class.
static java.util.logging.Level parseLogLevel(java.lang.String val, java.util.logging.Level defaultLogLevel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerUtil

public LoggerUtil()
Method Detail

getDebugLogger

public static java.util.logging.Logger getDebugLogger(java.lang.Class cls)
Instantiate a Logger for debug messages for a given class.

Parameters:
cls - PARAM
Returns:
The debugLogger value

parseLogLevel

public static java.util.logging.Level parseLogLevel(java.lang.String val,
                                                    java.util.logging.Level defaultLogLevel)

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home