peerbase
Class LoggerUtil

java.lang.Object
  extended by peerbase.LoggerUtil

public class LoggerUtil
extends java.lang.Object

Stores (static) logging-related functions for the PeerBase system.

Author:
nhamid

Field Summary
static java.lang.String LOGGERNAME
           
 
Constructor Summary
LoggerUtil()
           
 
Method Summary
static java.util.logging.Logger getLogger()
           
static void setHandlersLevel(java.util.logging.Level level)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGERNAME

public static final java.lang.String LOGGERNAME
See Also:
Constant Field Values
Constructor Detail

LoggerUtil

public LoggerUtil()
Method Detail

setHandlersLevel

public static void setHandlersLevel(java.util.logging.Level level)

getLogger

public static java.util.logging.Logger getLogger()