Class LogbackAccessJoranSpringPropertyModel

  • All Implemented Interfaces:
    ch.qos.logback.core.model.INamedModel , java.io.Serializable

    
    public final class LogbackAccessJoranSpringPropertyModel
    extends NamedModel
                        

    The Joran Model to support <springProperty> tags.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getSource() The property name in the Spring environment.
      final Unit setSource(String source) The property name in the Spring environment.
      final String getDefaultValue() The fallback value if source can't be found in the Spring environment.
      final Unit setDefaultValue(String defaultValue) The fallback value if source can't be found in the Spring environment.
      final String getScope() The Logback property scope.
      final Unit setScope(String scope) The Logback property scope.
      • Methods inherited from class ch.qos.logback.core.model.NamedModel

        equals, getName, hashCode, setName
      • Methods inherited from class ch.qos.logback.core.model.Model

        addSubModel, addText, deepMarkAsSkipped, getBodyText, getLineNumber, getSubModels, getTag, idString, isHandled, isSkipped, isUnhandled, markAsHandled, markAsSkipped, setLineNumber, setTag, toString
      • Methods inherited from class java.lang.Object

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

      • LogbackAccessJoranSpringPropertyModel

        LogbackAccessJoranSpringPropertyModel()