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

brooklyn.logback-test-file.xml Maven / Gradle / Ivy

<included>

  <appender name="FILE" class="ch.qos.logback.core.FileAppender">
    <file>brooklyn-tests.log</file>
    <append>true</append>
    <encoder>
      <pattern>%d %-5level %logger{30} [%thread{15}]: %msg%n</pattern>
    </encoder>
  </appender>

</included>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy