public final class LoggingHelper extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Logger | 
getClientLogger()
Gets the Logger object used for client side logging. 
 | 
static Logger | 
getDomainLogger()
Gets the logger used for logging to the domain level log. 
 | 
static Logger | 
getServerLogger()
Gets the Logger object used for server side logging. 
 | 
static void | 
setDomainLogger(Logger dl)
Deprecated.   
 | 
public static Logger getServerLogger()
public static Logger getClientLogger()
public static Logger getDomainLogger() throws LoggerNotAvailableException
LoggerNotAvailableException - When this method is
         invoked in a process that is not running the admin server.public static void setDomainLogger(Logger dl)
dl -