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 Type
    Method
    Description
    void
    Injects the current LoggerContext into this object.
  • Method Details

    • setLoggerContext

      void setLoggerContext(LoggerContext loggerContext)
      Injects the current LoggerContext into this object.
      Parameters:
      loggerContext - the current LoggerContext