Class LoggerUtil

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

public class LoggerUtil extends Object
Utility class for working with java.logging Logger classes
Author:
Patrick Wright
  • Constructor Details

    • LoggerUtil

      public LoggerUtil()
  • Method Details

    • getDebugLogger

      public static Logger getDebugLogger(Class cls)
      Instantiate a Logger for debug messages for a given class.
      Parameters:
      cls - PARAM
      Returns:
      The debugLogger value
    • parseLogLevel

      public static Level parseLogLevel(String val, Level defaultLogLevel)