Class LoggingConstants
- java.lang.Object
-
- org.wso2.carbon.logging.view.ui.util.LoggingConstants
-
public final class LoggingConstants extends Object
Constants used in log view feature.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoggingConstants.RegexPatterns
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_FILENAME
static String
MULTITENANCY_CONFIG_FOLDER
static String
URL_SEPARATOR
static String
WSO2_STRATOS_MANAGER
-
Constructor Summary
Constructors Constructor Description LoggingConstants()
-
-
-
Field Detail
-
URL_SEPARATOR
public static final String URL_SEPARATOR
- See Also:
- Constant Field Values
-
WSO2_STRATOS_MANAGER
public static final String WSO2_STRATOS_MANAGER
- See Also:
- Constant Field Values
-
CONFIG_FILENAME
public static final String CONFIG_FILENAME
- See Also:
- Constant Field Values
-
MULTITENANCY_CONFIG_FOLDER
public static final String MULTITENANCY_CONFIG_FOLDER
- See Also:
- Constant Field Values
-
-