Class 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 Detail

      • JBossLoggerContextFactory

        public JBossLoggerContextFactory()
    • Method Detail

      • getContext

        public org.apache.logging.log4j.spi.LoggerContext getContext​(String fqcn,
                                                                     ClassLoader loader,
                                                                     Object externalContext,
                                                                     boolean currentContext)
        Specified by:
        getContext in interface org.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:
        getContext in interface org.apache.logging.log4j.spi.LoggerContextFactory
      • removeContext

        public void removeContext​(org.apache.logging.log4j.spi.LoggerContext context)
        Specified by:
        removeContext in interface org.apache.logging.log4j.spi.LoggerContextFactory