- java.lang.Object
-
- ch.qos.logback.core.model.ModelConstants
-
public class ModelConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEBUG_SYSTEM_PROPERTY_KEYstatic StringINVALID_ATTRIBUTESstatic StringNULL_STRstatic StringPARENT_PROPPERTY_KEY
-
Constructor Summary
Constructors Constructor Description ModelConstants()
-
-
-
Field Detail
-
DEBUG_SYSTEM_PROPERTY_KEY
public static final String DEBUG_SYSTEM_PROPERTY_KEY
- See Also:
- Constant Field Values
-
NULL_STR
public static final String NULL_STR
- See Also:
- Constant Field Values
-
INVALID_ATTRIBUTES
public static final String INVALID_ATTRIBUTES
- See Also:
- Constant Field Values
-
PARENT_PROPPERTY_KEY
public static final String PARENT_PROPPERTY_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ModelConstants
public ModelConstants()
-
-