类 ScxLog4jLoggerContext
java.lang.Object
cool.scx.logging.spi.log4j.ScxLog4jLoggerContext
- 所有已实现的接口:
org.apache.logging.log4j.spi.LoggerContext
public final class ScxLog4jLoggerContext
extends Object
implements org.apache.logging.log4j.spi.LoggerContext
-
字段概要
从接口继承的字段 org.apache.logging.log4j.spi.LoggerContext
EMPTY_ARRAY -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.logging.log4j.spi.LoggerContext
getLogger, getLogger, getLoggerRegistry, getObject, putObject, putObjectIfAbsent, removeObject, removeObject
-
构造器详细资料
-
ScxLog4jLoggerContext
public ScxLog4jLoggerContext()
-
-
方法详细资料
-
getExternalContext
- 指定者:
getExternalContext在接口中org.apache.logging.log4j.spi.LoggerContext
-
getLogger
- 指定者:
getLogger在接口中org.apache.logging.log4j.spi.LoggerContext
-
getLogger
public org.apache.logging.log4j.spi.ExtendedLogger getLogger(String name, org.apache.logging.log4j.message.MessageFactory messageFactory) - 指定者:
getLogger在接口中org.apache.logging.log4j.spi.LoggerContext
-
hasLogger
- 指定者:
hasLogger在接口中org.apache.logging.log4j.spi.LoggerContext
-
hasLogger
public boolean hasLogger(String name, Class<? extends org.apache.logging.log4j.message.MessageFactory> messageFactoryClass) - 指定者:
hasLogger在接口中org.apache.logging.log4j.spi.LoggerContext
-
hasLogger
public boolean hasLogger(String name, org.apache.logging.log4j.message.MessageFactory messageFactory) - 指定者:
hasLogger在接口中org.apache.logging.log4j.spi.LoggerContext
-