Class IfModel

java.lang.Object
ch.qos.logback.core.model.Model
ch.qos.logback.core.model.conditional.IfModel
All Implemented Interfaces:
Serializable

public class IfModel extends Model
See Also:
  • Constructor Details

    • IfModel

      public IfModel()
  • Method Details

    • getCondition

      public String getCondition()
    • setCondition

      public void setCondition(String condition)
    • getBranchState

      public IfModel.BranchState getBranchState()
    • setBranchState

      public void setBranchState(IfModel.BranchState state)
    • setBranchState

      public void setBranchState(boolean booleanProxy)
    • resetBranchState

      public void resetBranchState()
    • toString

      public String toString()
      Overrides:
      toString in class Model