Class LogbackAccessJoranSpringPropertyAction

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

    
    public final class LogbackAccessJoranSpringPropertyAction
    extends BaseModelAction
                        

    The Joran Action to support <springProperty> tags. Allows Logback properties to be sourced from the Spring 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
      • 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
    • Constructor Detail

      • LogbackAccessJoranSpringPropertyAction

        LogbackAccessJoranSpringPropertyAction()
    • Method Detail