Class LoggingConstants
- java.lang.Object
-
- com.identityworksllc.iiq.common.plugin.LoggingConstants
-
public class LoggingConstants extends Object
Logging constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOG_CTX_IDContext ID (a UUID) that can be logged with every message (via NDC)static StringLOG_MDC_ENDPOINT_CLASSThe REST endpoint class being calledstatic StringLOG_MDC_ENDPOINT_METHODThe REST endpoint method being calledstatic StringLOG_MDC_PLUGINLogged-instatic StringLOG_MDC_URIThe request URIstatic StringLOG_MDC_USERLogged-in user name (Identity.name)static StringLOG_MDC_USER_DISPLAYLogged-in user display name (Identity.displayName)
-
Constructor Summary
Constructors Constructor Description LoggingConstants()
-
-
-
Field Detail
-
LOG_CTX_ID
public static final String LOG_CTX_ID
Context ID (a UUID) that can be logged with every message (via NDC)- See Also:
- Constant Field Values
-
LOG_MDC_ENDPOINT_CLASS
public static final String LOG_MDC_ENDPOINT_CLASS
The REST endpoint class being called- See Also:
- Constant Field Values
-
LOG_MDC_ENDPOINT_METHOD
public static final String LOG_MDC_ENDPOINT_METHOD
The REST endpoint method being called- See Also:
- Constant Field Values
-
LOG_MDC_PLUGIN
public static final String LOG_MDC_PLUGIN
Logged-in- See Also:
- Constant Field Values
-
LOG_MDC_URI
public static final String LOG_MDC_URI
The request URI- See Also:
- Constant Field Values
-
LOG_MDC_USER
public static final String LOG_MDC_USER
Logged-in user name (Identity.name)- See Also:
- Constant Field Values
-
LOG_MDC_USER_DISPLAY
public static final String LOG_MDC_USER_DISPLAY
Logged-in user display name (Identity.displayName)- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LoggingConstants
public LoggingConstants()
-
-