org.jcoderz.commons.util
Class LoggingUtils
java.lang.Object
org.jcoderz.commons.util.LoggingUtils
public final class LoggingUtils
- extends Object
Helper class around JDK logging.
- Author:
- Andreas Mandel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.