Package org.apache.nifi.logging
Class StandardLoggingContext
java.lang.Object
org.apache.nifi.logging.StandardLoggingContext
- All Implemented Interfaces:
LoggingContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSuffix(ProcessGroup group) voidsetComponent(GroupedComponent component)
-
Field Details
-
KEY
- See Also:
-
component
-
-
Constructor Details
-
StandardLoggingContext
-
-
Method Details
-
getLogFileSuffix
- Specified by:
getLogFileSuffixin interfaceLoggingContext- Returns:
- the log file name suffix. This will be the discriminating value for the dedicated logging.
-
getDiscriminatorKey
- Specified by:
getDiscriminatorKeyin interfaceLoggingContext- Returns:
- The key under which the discriminating value should be exported into the host environment.
-
getSuffix
-
setComponent
-