public interface LoggerContextAware
extends ch.qos.logback.core.spi.ContextAware
| Modifier and Type | Method and Description |
|---|---|
void |
setLoggerContext(LoggerContext context)
Set owning logger context for this component.
|
void setLoggerContext(LoggerContext context)
context - The context where this component is attached.java.lang.IllegalStateException - If you try to change the context after it
has been set.