ch.ntb.usb.logger
Class LogUtil

java.lang.Object
  extended by ch.ntb.usb.logger.LogUtil

public class LogUtil
extends java.lang.Object


Constructor Summary
LogUtil()
           
 
Method Summary
static java.util.logging.Logger getLogger(java.lang.String name)
           
static void setLevel(java.util.logging.Logger logger, java.util.logging.Level loglevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogUtil

public LogUtil()
Method Detail

setLevel

public static void setLevel(java.util.logging.Logger logger,
                            java.util.logging.Level loglevel)

getLogger

public static java.util.logging.Logger getLogger(java.lang.String name)