Class ScxLog4jLoggerContextFactory

java.lang.Object
cool.scx.logging.spi.log4j.ScxLog4jLoggerContextFactory
All Implemented Interfaces:
org.apache.logging.log4j.spi.LoggerContextFactory

public final class ScxLog4jLoggerContextFactory extends Object implements org.apache.logging.log4j.spi.LoggerContextFactory
ScxLog4jLoggerContextFactory
Version:
0.0.1
Author:
scx567888
  • Constructor Details

    • ScxLog4jLoggerContextFactory

      public ScxLog4jLoggerContextFactory()
  • Method Details

    • 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