Class LoggingConstants


  • public final class LoggingConstants
    extends Object
    Central constants for logging.
    • 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).
        See Also:
        DiagnosticContextFacade.setCorrelationId(String), Constant Field Values
    • Constructor Detail

      • LoggingConstants

        private LoggingConstants()
        Construction prohibited.