Constant Field Values

Contents

ch.qos.*

  • ch.qos.logback.access.spi.AccessEvent 
    Modifier and Type Constant Field Value
    private static final java.lang.String EMPTY ""
    private static final long serialVersionUID 866718993618836343L
  • ch.qos.logback.access.spi.IAccessEvent 
    Modifier and Type Constant Field Value
    public static final java.lang.String NA "-"
    public static final int SENTINEL -1
  • ch.qos.logback.access.spi.Util 
    Modifier and Type Constant Field Value
    static final int BUF_SIZE 128
  • ch.qos.logback.classic.jmx.MBeanUtil 
    Modifier and Type Constant Field Value
    static final java.lang.String DOMAIN "ch.qos.logback.classic"
  • ch.qos.logback.classic.sift.ContextBasedDiscriminator 
    Modifier and Type Constant Field Value
    private static final java.lang.String KEY "contextName"
  • ch.qos.logback.classic.sift.JNDIBasedContextDiscriminator 
    Modifier and Type Constant Field Value
    private static final java.lang.String KEY "contextName"
  • ch.qos.logback.core.helpers.Transform 
    Modifier and Type Constant Field Value
    private static final java.lang.String CDATA_EMBEDED_END "]]>]]&gt;<![CDATA["
    private static final java.lang.String CDATA_END "]]>"
    private static final java.lang.String CDATA_PSEUDO_END "]]&gt;"
    private static final java.lang.String CDATA_START "<![CDATA["
  • ch.qos.logback.core.joran.conditional.IfAction 
    Modifier and Type Constant Field Value
    private static final java.lang.String CONDITION_ATTR "condition"
    public static final java.lang.String MISSING_JANINO_MSG "Could not find Janino library on the class path. Skipping conditional processing."
    public static final java.lang.String MISSING_JANINO_SEE "See also http://logback.qos.ch/codes.html#ifJanino"
  • ch.qos.logback.core.pattern.color.ANSIConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String BLACK_FG "30"
    public static final java.lang.String BLUE_FG "34"
    public static final java.lang.String BOLD "1;"
    public static final java.lang.String CYAN_FG "36"
    public static final java.lang.String DEFAULT_FG "39"
    public static final java.lang.String ESC_END "m"
    public static final java.lang.String ESC_START "\u001b["
    public static final java.lang.String GREEN_FG "32"
    public static final java.lang.String MAGENTA_FG "35"
    public static final java.lang.String RED_FG "31"
    public static final java.lang.String WHITE_FG "37"
    public static final java.lang.String YELLOW_FG "33"
  • ch.qos.logback.core.pattern.color.ForegroundCompositeConverterBase<E> 
    Modifier and Type Constant Field Value
    private static final java.lang.String SET_DEFAULT_COLOR "\u001b[0;39m"
  • ch.qos.logback.core.rolling.FixedWindowRollingPolicy 
    Modifier and Type Constant Field Value
    static final java.lang.String FNP_NOT_SET "The \"FileNamePattern\" property must be set before using FixedWindowRollingPolicy. "
    static final java.lang.String PRUDENT_MODE_UNSUPPORTED "See also http://logback.qos.ch/codes.html#tbr_fnp_prudent_unsupported"
    static final java.lang.String SEE_PARENT_FN_NOT_SET "Please refer to http://logback.qos.ch/codes.html#fwrp_parentFileName_not_set"
    public static final java.lang.String ZIP_ENTRY_DATE_PATTERN "yyyy-MM-dd_HHmm"
  • ch.qos.logback.core.rolling.RolloverFailure 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -4407533730831239458L
  • ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy<E> 
    Modifier and Type Constant Field Value
    public static final long DEFAULT_MAX_FILE_SIZE 10485760L
    public static final java.lang.String SEE_SIZE_FORMAT "http://logback.qos.ch/codes.html#sbtp_size_format"
  • ch.qos.logback.core.rolling.TimeBasedRollingPolicy<E> 
    Modifier and Type Constant Field Value
    static final java.lang.String FNP_NOT_SET "The FileNamePattern option must be set before using TimeBasedRollingPolicy. "

chapters.layouts.*

chapters.mdc.*

chapters.onJoran.*

  • chapters.onJoran.calculator.ComputationAction1 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME_ATR "name"
  • chapters.onJoran.calculator.ComputationAction2 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME_ATR "name"
  • chapters.onJoran.calculator.LiteralAction 
    Modifier and Type Constant Field Value
    public static final java.lang.String VALUE_ATR "value"

org.slf4j.*

  • org.slf4j.impl.StaticLoggerBinder 
    Modifier and Type Constant Field Value
    static final java.lang.String NULL_CS_URL "http://logback.qos.ch/codes.html#null_CS"