Interface LoggerContextAware

    • Method Detail

      • setLoggerContext

        void setLoggerContext​(LoggerContext context)
        Deprecated.
        Set owning logger context for this component. This operation can only be performed once. Once set, the owning context cannot be changed.
        Parameters:
        context - The context where this component is attached.
        Throws:
        java.lang.IllegalStateException - If you try to change the context after it has been set.