public class LoggerFactoryiAS extends LoggerFactoryJDK14
| Modifier and Type | Field and Description |
|---|---|
protected String |
DOMAIN_ROOT
The top level of the logger domain for application server.
|
| Constructor and Description |
|---|
LoggerFactoryiAS()
Creates new LoggerFactory
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureFileHandler(LoggerJDK14 logger)
This method is a no-op in the Sun ONE Application server.
|
protected LoggerJDK14 |
createLogger(String absoluteLoggerName,
String bundleName)
Create a new Logger.
|
protected String |
getDomainRoot() |
createLogger, findLogger, getMessages, setContextClassLoadergetAbsoluteLoggerName, getErrorLogger, getLoggerprotected String DOMAIN_ROOT
protected String getDomainRoot()
getDomainRoot in class AbstractLoggerFactoryprotected LoggerJDK14 createLogger(String absoluteLoggerName, String bundleName)
createLogger in class LoggerFactoryJDK14absoluteLoggerName - the absolute name of this loggerbundleName - the fully qualified name of the resource bundleprotected void configureFileHandler(LoggerJDK14 logger)
configureFileHandler in class LoggerFactoryJDK14Copyright © 2017. All rights reserved.