public class LoggerContextAwareBase extends ContextAwareBase implements LoggerContextAware
| Constructor and Description |
|---|
LoggerContextAwareBase() |
| Modifier and Type | Method and Description |
|---|---|
LoggerContext |
getLoggerContext()
Return the
LoggerContext this component is attached to. |
void |
setContext(Context context) |
void |
setLoggerContext(LoggerContext context)
Set the owning context.
|
public void setLoggerContext(LoggerContext context)
setLoggerContext in interface LoggerContextAwarecontext - The context where this component is attached.public void setContext(Context context)
public LoggerContext getLoggerContext()
LoggerContext this component is attached to.