Class LoggingConstants.RegexPatterns
- java.lang.Object
-
- org.wso2.carbon.logging.view.ui.util.LoggingConstants.RegexPatterns
-
- Enclosing class:
- LoggingConstants
public static final class LoggingConstants.RegexPatterns extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CURRENT_LOG
static String
LOCAL_CARBON_LOG_PATTERN
static String
LOG_FILE_DATE_SEPARATOR
-
Constructor Summary
Constructors Constructor Description RegexPatterns()
-
-
-
Field Detail
-
LOCAL_CARBON_LOG_PATTERN
public static final String LOCAL_CARBON_LOG_PATTERN
- See Also:
- Constant Field Values
-
LOG_FILE_DATE_SEPARATOR
public static final String LOG_FILE_DATE_SEPARATOR
- See Also:
- Constant Field Values
-
CURRENT_LOG
public static final String CURRENT_LOG
- See Also:
- Constant Field Values
-
-