|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.spi.LoggerContextAwareBase
public class LoggerContextAwareBase
Field Summary |
---|
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase |
---|
context |
Constructor Summary | |
---|---|
LoggerContextAwareBase()
|
Method Summary | |
---|---|
LoggerContext |
getLoggerContext()
Return the LoggerContext this component is attached to. |
void |
setContext(Context context)
|
void |
setLoggerContext(LoggerContext context)
Set the owning context. |
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
---|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ch.qos.logback.core.spi.ContextAware |
---|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext |
Constructor Detail |
---|
public LoggerContextAwareBase()
Method Detail |
---|
public void setLoggerContext(LoggerContext context)
setLoggerContext
in interface LoggerContextAware
context
- The context where this component is attached.public void setContext(Context context)
setContext
in interface ContextAware
setContext
in class ContextAwareBase
public LoggerContext getLoggerContext()
LoggerContext
this component is attached to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |