Class LogbackAccessJoranSpringPropertyAction
-
- All Implemented Interfaces:
-
ch.qos.logback.core.spi.ContextAware
public final class LogbackAccessJoranSpringPropertyAction extends BaseModelActionThe Joran Action to support
<springProperty>tags. Allows Logback properties to be sourced from the Spring environment.
-
-
Constructor Summary
Constructors Constructor Description LogbackAccessJoranSpringPropertyAction()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class ch.qos.logback.core.joran.action.Action
toString -
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext -
Methods inherited from class ch.qos.logback.core.joran.action.BaseModelAction
begin, body, end -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-