Class Patterns
- java.lang.Object
-
- org.apache.logging.log4j.core.util.Patterns
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMMA_SEPARATOR
A pattern string for comma separated lists with optional whitespace.static String
WHITESPACE
The whitespace pattern string.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toWhitespaceSeparator(String separator)
Creates a pattern string forseparator
surrounded by whitespace.
-
-
-
Field Detail
-
COMMA_SEPARATOR
public static final String COMMA_SEPARATOR
A pattern string for comma separated lists with optional whitespace.
-
WHITESPACE
public static final String WHITESPACE
The whitespace pattern string.- See Also:
- Constant Field Values
-
-