All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stuff.installapex.1.0.4.source-code.logback.xml Maven / Gradle / Ivy

The newest version!
<configuration>
  <appender name="logback.springAppender" class="ch.qos.logback.ext.spring.DelegatingLogbackAppender" />

  <turboFilter class="ch.qos.logback.classic.turbo.DynamicThresholdFilter">
    <Key>thresholdFilter</Key>
    <DefaultThreshold>${installApex.logLevel:-OFF}</DefaultThreshold>
   </turboFilter>
  
  <root level="ALL">
  	<appender-ref ref="logback.springAppender" />
  </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy