public final class JdkLoggerFactory extends LogFactory
Logger implementation that uses the JDK logging framework.CUSTOM_LOG_FACTORY_CLASSNAME| Constructor and Description |
|---|
JdkLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
getLogger(String name)
Return a logger named according to the name parameter.
|
public JdkLoggerFactory()
protected Logger getLogger(String name)
LogFactorygetLogger in class LogFactoryname - The name of the logger.Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.