Class Patterns
java.lang.Object
org.apache.logging.log4j.core.util.Patterns
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoWhitespaceSeparator(String separator) Creates a pattern string forseparatorsurrounded by whitespace.
-
Field Details
-
COMMA_SEPARATOR
A pattern string for comma separated lists with optional whitespace. -
COMMA_SPACE_SEPARATOR
A pattern string for lists separated by commas with optional whitespace or just whitespace. -
WHITESPACE
-
-
Constructor Details
-
Patterns
private Patterns()
-
-
Method Details
-
toWhitespaceSeparator
-