Package org.wso2.carbon
Class CarbonConstants.LogEventConstants
- java.lang.Object
-
- org.wso2.carbon.CarbonConstants.LogEventConstants
-
- Enclosing class:
- CarbonConstants
public static class CarbonConstants.LogEventConstants extends Object
Constants for Logging events.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUDIT_LOGstatic StringCLIENT_COMPONENTstatic StringCORRELATION_IDstatic StringCORRELATION_ID_MDCstatic StringDIAGNOSTIC_LOGstatic StringLOG_IDstatic StringRECORDED_ATstatic StringTENANT_ID
-
Constructor Summary
Constructors Constructor Description LogEventConstants()
-
-
-
Field Detail
-
AUDIT_LOG
public static final String AUDIT_LOG
- See Also:
- Constant Field Values
-
DIAGNOSTIC_LOG
public static final String DIAGNOSTIC_LOG
- See Also:
- Constant Field Values
-
TENANT_ID
public static final String TENANT_ID
- See Also:
- Constant Field Values
-
LOG_ID
public static final String LOG_ID
- See Also:
- Constant Field Values
-
RECORDED_AT
public static final String RECORDED_AT
- See Also:
- Constant Field Values
-
CLIENT_COMPONENT
public static final String CLIENT_COMPONENT
- See Also:
- Constant Field Values
-
CORRELATION_ID
public static final String CORRELATION_ID
- See Also:
- Constant Field Values
-
CORRELATION_ID_MDC
public static final String CORRELATION_ID_MDC
- See Also:
- Constant Field Values
-
-