类 ScxLog4jLoggerContextFactory
java.lang.Object
cool.scx.logging.spi.log4j.ScxLog4jLoggerContextFactory
- 所有已实现的接口:
org.apache.logging.log4j.spi.LoggerContextFactory
public final class ScxLog4jLoggerContextFactory
extends Object
implements org.apache.logging.log4j.spi.LoggerContextFactory
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.logging.log4j.spi.LoggerContextFactory
hasContext, isClassLoaderDependent, shutdown
-
构造器详细资料
-
ScxLog4jLoggerContextFactory
public ScxLog4jLoggerContextFactory()
-
-
方法详细资料
-
getContext
public org.apache.logging.log4j.spi.LoggerContext getContext(String fqcn, ClassLoader loader, Object externalContext, boolean currentContext) - 指定者:
getContext在接口中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) - 指定者:
getContext在接口中org.apache.logging.log4j.spi.LoggerContextFactory
-
removeContext
public void removeContext(org.apache.logging.log4j.spi.LoggerContext context) - 指定者:
removeContext在接口中org.apache.logging.log4j.spi.LoggerContextFactory
-