类 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
a
版本:
0.0.1
作者:
scx567888
  • 字段概要

    从接口继承的字段 org.apache.logging.log4j.spi.LoggerContext

    EMPTY_ARRAY
  • 构造器概要

    构造器
    构造器
    说明
    a
  • 方法概要

    修饰符和类型
    方法
    说明
    org.apache.logging.log4j.spi.ExtendedLogger
    org.apache.logging.log4j.spi.ExtendedLogger
    getLogger(String name, org.apache.logging.log4j.message.MessageFactory messageFactory)
    boolean
    boolean
    hasLogger(String name, Class<? extends org.apache.logging.log4j.message.MessageFactory> messageFactoryClass)
    boolean
    hasLogger(String name, org.apache.logging.log4j.message.MessageFactory messageFactory)

    从类继承的方法 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()
      a
  • 方法详细资料

    • getLogger

      public org.apache.logging.log4j.spi.ExtendedLogger getLogger(String name)
      指定者:
      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

      public boolean hasLogger(String name)
      指定者:
      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
    • hasLogger

      public boolean hasLogger(String name, Class<? extends org.apache.logging.log4j.message.MessageFactory> messageFactoryClass)
      指定者:
      hasLogger 在接口中 org.apache.logging.log4j.spi.LoggerContext
    • getExternalContext

      public Object getExternalContext()
      指定者:
      getExternalContext 在接口中 org.apache.logging.log4j.spi.LoggerContext