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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLoggerContext(LoggerContext loggerContext)
Injects the current LoggerContext into this object.
-
-
-
Method Detail
-
setLoggerContext
void setLoggerContext(LoggerContext loggerContext)
Injects the current LoggerContext into this object.- Parameters:
loggerContext
- the current LoggerContext
-
-