com.sun.grizzly.util
Class LoggerUtils
java.lang.Object
com.sun.grizzly.util.LoggerUtils
public class LoggerUtils
- extends Object
Contomize the Logger of the http-util package.
- Author:
- Jeanfrancois Arcand
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 |
LoggerUtils
public LoggerUtils()
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.