public interface LoggerContextAware extends ContextAware
Modifier and Type | Method and Description |
---|---|
void |
setLoggerContext(LoggerContext context)
Set owning logger context for this component.
|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
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.Copyright © 2010 - 2020 Adobe. All Rights Reserved