umich.cac.util
Class LoggerUtil

java.lang.Object
  extended byumich.cac.util.LoggerUtil

public class LoggerUtil
extends java.lang.Object

This class contains a collection of Logging related utilities

Version:
$Header: /cvsroot/pbsaccounting/pbsaccounting/darkslide/doc/javadoc/umich/cac/util/LoggerUtil.html,v 1.3 2003/12/18 17:16:40 rodmach Exp $
Author:
rmach@umich.edu

Constructor Summary
LoggerUtil()
           
 
Method Summary
static void configureDebugging(java.util.logging.Level debugLevel)
          Sets the log level for the root logger and all handlers to the debug level specified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerUtil

public LoggerUtil()
Method Detail

configureDebugging

public static void configureDebugging(java.util.logging.Level debugLevel)
Sets the log level for the root logger and all handlers to the debug level specified.

Parameters:
debugLevel - the Level to set all handlers and root logger to