Constant Field Values

Contents

org.apache.*

  • org.apache.logging.log4j.core.jmx.AppenderAdminMBean 
    Modifier and Type Constant Field Value
    public static final String PATTERN "org.apache.logging.log4j2:type=%s,component=Appenders,name=%s"
  • org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean 
    Modifier and Type Constant Field Value
    public static final String PATTERN "org.apache.logging.log4j2:type=%s,component=AsyncAppenders,name=%s"
  • org.apache.logging.log4j.core.jmx.ContextSelectorAdminMBean 
    Modifier and Type Constant Field Value
    public static final String PATTERN "org.apache.logging.log4j2:type=%s,component=ContextSelector"
  • org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean 
    Modifier and Type Constant Field Value
    public static final String PATTERN "org.apache.logging.log4j2:type=%s,component=Loggers,name=%s"
  • org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean 
    Modifier and Type Constant Field Value
    public static final String NOTIF_TYPE_RECONFIGURED "com.apache.logging.log4j.core.jmx.config.reconfigured"
    public static final String PATTERN "org.apache.logging.log4j2:type=%s"
  • org.apache.logging.log4j.core.jmx.RingBufferAdminMBean 
    Modifier and Type Constant Field Value
    public static final String PATTERN_ASYNC_LOGGER "org.apache.logging.log4j2:type=%s,component=AsyncLoggerRingBuffer"
    public static final String PATTERN_ASYNC_LOGGER_CONFIG "org.apache.logging.log4j2:type=%s,component=Loggers,name=%s,subtype=RingBuffer"
  • org.apache.logging.log4j.core.jmx.Server 
    Modifier and Type Constant Field Value
    public static final String DOMAIN "org.apache.logging.log4j2"
  • org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean 
    Modifier and Type Constant Field Value
    public static final String NOTIF_TYPE_DATA "com.apache.logging.log4j.core.jmx.statuslogger.data"
    public static final String NOTIF_TYPE_MESSAGE "com.apache.logging.log4j.core.jmx.statuslogger.message"
    public static final String PATTERN "org.apache.logging.log4j2:type=%s,component=StatusLogger"