Class SimpleProvider.Config
java.lang.Object
org.apache.logging.log4j.simple.internal.SimpleProvider.Config
- Enclosing class:
SimpleProvider
- Since:
- 2.24.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable Stringprivate static final StringThe default format to use when formatting datesfinal Levelstatic final SimpleProvider.Configfinal PropertiesUtilfinal booleanfinal booleanfinal booleanfinal booleanfinal PrintStreamprivate static final Stringprivate static final Stringprivate static final StringAll system properties used bySimpleLogstart with this -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_DATE_TIME_FORMAT
The default format to use when formatting dates- See Also:
-
SYSTEM_PREFIX
All system properties used bySimpleLogstart with this- See Also:
-
SYSTEM_OUT
- See Also:
-
SYSTEM_ERR
- See Also:
-
INSTANCE
-
props
-
showContextMap
public final boolean showContextMap -
showLogName
public final boolean showLogName -
showShortName
public final boolean showShortName -
showDateTime
public final boolean showDateTime -
defaultLevel
-
dateTimeFormat
-
stream
-
-
Constructor Details
-
Config
private Config()
-