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