Class LoggingConstants
- java.lang.Object
-
- com.devonfw.module.logging.common.api.LoggingConstants
-
public final class LoggingConstants extends Object
Central constants for logging.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCORRELATION_IDThe key for the correlation id used as unique identifier to correlate log entries of a processing task.
-
Constructor Summary
Constructors Modifier Constructor Description privateLoggingConstants()Construction prohibited.
-
-
-
Field Detail
-
CORRELATION_ID
public static final String CORRELATION_ID
The key for the correlation id used as unique identifier to correlate log entries of a processing task. It allows to track down all related log messages for that task across the entire application landscape (e.g. in case of a problem).
-
-