public class JBossLoggerContextFactory extends Object implements org.apache.logging.log4j.spi.LoggerContextFactory
| Constructor and Description |
|---|
JBossLoggerContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.logging.log4j.spi.LoggerContext |
getContext(String fqcn,
ClassLoader loader,
Object externalContext,
boolean currentContext) |
org.apache.logging.log4j.spi.LoggerContext |
getContext(String fqcn,
ClassLoader loader,
Object externalContext,
boolean currentContext,
URI configLocation,
String name) |
void |
removeContext(org.apache.logging.log4j.spi.LoggerContext context) |
public org.apache.logging.log4j.spi.LoggerContext getContext(String fqcn, ClassLoader loader, Object externalContext, boolean currentContext)
getContext in interface org.apache.logging.log4j.spi.LoggerContextFactorypublic org.apache.logging.log4j.spi.LoggerContext getContext(String fqcn, ClassLoader loader, Object externalContext, boolean currentContext, URI configLocation, String name)
getContext in interface org.apache.logging.log4j.spi.LoggerContextFactorypublic void removeContext(org.apache.logging.log4j.spi.LoggerContext context)
removeContext in interface org.apache.logging.log4j.spi.LoggerContextFactoryCopyright © 2021 JBoss by Red Hat. All rights reserved.