Package org.jboss.logmanager.log4j
Class JBossLoggerContextFactory
- java.lang.Object
-
- org.jboss.logmanager.log4j.JBossLoggerContextFactory
-
- All Implemented Interfaces:
org.apache.logging.log4j.spi.LoggerContextFactory
public class JBossLoggerContextFactory extends Object implements org.apache.logging.log4j.spi.LoggerContextFactory
A context factory backed by JBoss Log Manager.- Author:
- James R. Perkins
-
-
Constructor Summary
Constructors Constructor Description JBossLoggerContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.logging.log4j.spi.LoggerContextgetContext(String fqcn, ClassLoader loader, Object externalContext, boolean currentContext)org.apache.logging.log4j.spi.LoggerContextgetContext(String fqcn, ClassLoader loader, Object externalContext, boolean currentContext, URI configLocation, String name)voidremoveContext(org.apache.logging.log4j.spi.LoggerContext context)
-
-
-
Method Detail
-
getContext
public org.apache.logging.log4j.spi.LoggerContext getContext(String fqcn, ClassLoader loader, Object externalContext, boolean currentContext)
- Specified by:
getContextin interfaceorg.apache.logging.log4j.spi.LoggerContextFactory
-
getContext
public org.apache.logging.log4j.spi.LoggerContext getContext(String fqcn, ClassLoader loader, Object externalContext, boolean currentContext, URI configLocation, String name)
- Specified by:
getContextin interfaceorg.apache.logging.log4j.spi.LoggerContextFactory
-
removeContext
public void removeContext(org.apache.logging.log4j.spi.LoggerContext context)
- Specified by:
removeContextin interfaceorg.apache.logging.log4j.spi.LoggerContextFactory
-
-