-
- All Implemented Interfaces:
-
ch.qos.logback.core.spi.ContextAware
public final class LogbackAccessJoranSpringPropertyAction extends ActionThe Joran Action to support
<springProperty>tags. Allows properties to be sourced from the environment.
-
-
Field Summary
Fields Modifier and Type Field Description private final Contextcontextprivate final ObjectdeclaredOrigin
-
Constructor Summary
Constructors Constructor Description LogbackAccessJoranSpringPropertyAction(Environment environment)
-
Method Summary
Modifier and Type Method Description Unitbegin(InterpretationContext ic, String elem, Attributes attrs)Unitend(InterpretationContext ic, String elem)-
Methods inherited from class dev.akkinoc.spring.boot.logback.access.joran.LogbackAccessJoranSpringPropertyAction
body, getColumnNumber, getLineColStr, getLineNumber, toString -
Methods inherited from class ch.qos.logback.core.joran.action.Action
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-