org.atmosphere.util
Class LoggerUtils

java.lang.Object
  extended by org.atmosphere.util.LoggerUtils

public class LoggerUtils
extends Object

Customize the Logger used by the Atmosphere.

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 © 2011. All Rights Reserved.