Class StoreForwardLoggerConstants
java.lang.Object
com.inductiveautomation.ignition.gateway.storeforward.StoreForwardLoggerConstants
A class containing constants used in the store and forward logging system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The base logger name for all store and forward loggers.static final String
The logger name for the engine loggers.static final String
The logger name for the sink loggers.static final String
The logger name for the store loggers.static final String
The MDC key for the engine.static final String
The MDC key for the flavor-signature.static final String
The MDC key for the pipeline.static final String
The MDC key for the sink.static final String
The MDC key for the store. -
Method Summary
-
Field Details
-
LOGGER_BASE
The base logger name for all store and forward loggers.- See Also:
-
LOGGER_ENGINE
The logger name for the engine loggers.- See Also:
-
LOGGER_SINK
The logger name for the sink loggers.- See Also:
-
LOGGER_STORE
The logger name for the store loggers.- See Also:
-
MDC_ENGINE
The MDC key for the engine.- See Also:
-
MDC_FLAVOR
The MDC key for the flavor-signature.- See Also:
-
MDC_SINK
The MDC key for the sink.- See Also:
-
MDC_STORE
The MDC key for the store.- See Also:
-
MDC_PIPELINE
The MDC key for the pipeline.- See Also:
-