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

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

<configuration>

  <contextName>myAppName</contextName>

  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <Pattern>%d %contextName [%t] %level %logger{36} - %msg%n</Pattern>
    </encoder>
  </appender>

  <root level="debug">
    <appender-ref ref="STDOUT" />
  </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy