Package org.xhtmlrenderer.util
Class LoggerUtil
- java.lang.Object
-
- 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
Constructors Constructor Description LoggerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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)
-
-