net.praqma.logging
Class LoggingUtils

java.lang.Object
  extended by net.praqma.logging.LoggingUtils

public final class LoggingUtils
extends Object


Constructor Summary
LoggingUtils()
           
 
Method Summary
static LoggingHandler createHandler(OutputStream fos)
          Setup logging handler and add to the root logger
static void removeHandler(Handler handler)
          Remove the given handler from the root logger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingUtils

public LoggingUtils()
Method Detail

createHandler

public static LoggingHandler createHandler(OutputStream fos)
Setup logging handler and add to the root logger


removeHandler

public static void removeHandler(Handler handler)
Remove the given handler from the root logger

Parameters:
handler -


Copyright © 2004-2013. All Rights Reserved.