Interface LoggerContextAware
- All Known Implementing Classes:
Interpolator
public interface LoggerContextAware
Indicates that a class requests the current LoggerContext to be injected.
- Since:
- 2.19.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setLoggerContext
(LoggerContext loggerContext) Injects the current LoggerContext into this object.
-
Method Details
-
setLoggerContext
Injects the current LoggerContext into this object.- Parameters:
loggerContext
- the current LoggerContext
-