public class Log4jLoggingHelper extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Logger | 
getLog4jDomainLogger()
Gets the Log4j Logger object used by the Domain Logging. 
 | 
static Logger | 
getLog4jServerLogger()
Gets the Log4j Logger object used by the Server Logging. 
 | 
public static Logger getLog4jServerLogger() throws LoggerNotAvailableException
LoggerNotAvailableException - If Log4j is not configured to be
 the current implementation for Server Logging.public static Logger getLog4jDomainLogger() throws LoggerNotAvailableException
LoggerNotAvailableException - If Log4j is not configured to be
 the current implementation for Domain Logging.