Class LogbackAccessJoranSpringProfileModel

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

    
    public final class LogbackAccessJoranSpringProfileModel
    extends NamedModel
                        

    The Joran Model to support <springProfile> 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
      • 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

      • LogbackAccessJoranSpringProfileModel

        LogbackAccessJoranSpringProfileModel()
    • Method Detail