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

chapters.configuration.variableSubstitution2.xml Maven / Gradle / Ivy

<configuration>

  <appender name="FILE" class="ch.qos.logback.core.FileAppender">
    <file>${USER_HOME}/myApp.log</file>
    <encoder>
      <pattern>%msg%n</pattern>
    </encoder>
  </appender>

  <root level="debug">
    <appender-ref ref="FILE" />
  </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy