org.jcoderz.commons.util
Class LoggingUtils

java.lang.Object
  extended by org.jcoderz.commons.util.LoggingUtils

public final class LoggingUtils
extends Object

Helper class around JDK logging.

Author:
Andreas Mandel

Method Summary
static void setGlobalHandlerLogLevel(Level level)
          Set all log levels of all active handlers to the given level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setGlobalHandlerLogLevel

public static void setGlobalHandlerLogLevel(Level level)
Set all log levels of all active handlers to the given level. Not for app server usage but helpful for small local utilities.

Parameters:
level - The level to be set in all registered Handlers.


Copyright 2007 The jCoderZ Project.