com.sun.grizzly.util
Class LoggerUtils

java.lang.Object
  extended by com.sun.grizzly.util.LoggerUtils

public class LoggerUtils
extends Object

Contomize the Logger of the http-util package.

Author:
Jeanfrancois Arcand

Constructor Summary
LoggerUtils()
           
 
Method Summary
static Logger getLogger()
          Return the Logger used by all classes under this module.
static void setLogger(Logger lg)
          Set the Logger used by all classes under this module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerUtils

public LoggerUtils()
Method Detail

setLogger

public static void setLogger(Logger lg)
Set the Logger used by all classes under this module.

Parameters:
lg -

getLogger

public static Logger getLogger()
Return the Logger used by all classes under this module.

Returns:


Copyright © 2009 SUN Microsystems. All Rights Reserved.