Package 

Class LogbackAccessJoranSpringPropertyAction

  • All Implemented Interfaces:
    ch.qos.logback.core.spi.ContextAware

    
    public final class LogbackAccessJoranSpringPropertyAction
    extends Action
                        

    The Joran Action to support <springProperty> tags. Allows properties to be sourced from the environment.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit begin(InterpretationContext ic, String elem, Attributes attrs)
      Unit end(InterpretationContext ic, String elem)
      • Methods inherited from class ch.qos.logback.core.joran.action.Action

        body, 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogbackAccessJoranSpringPropertyAction

        LogbackAccessJoranSpringPropertyAction(Environment environment)