public class LoggerFactoryJDK13 extends AbstractLoggerFactory
| Constructor and Description |
|---|
LoggerFactoryJDK13()
Creates new LoggerFactoryJDK13
|
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
createLogger(String absoluteLoggerName,
String bundleName,
ClassLoader loader)
Create a new Logger.
|
getAbsoluteLoggerName, getDomainRoot, getErrorLogger, getLoggerprotected Logger createLogger(String absoluteLoggerName, String bundleName, ClassLoader loader)
createLogger in class AbstractLoggerFactoryabsoluteLoggerName - the absolute name of this loggerbundleName - the fully qualified name of the resource bundleloader - the class loader used to load the resource bundle, or nullCopyright © 2019. All rights reserved.