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