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

gridvise-core.0.0.29.source-code.logback.xml Maven / Gradle / Ivy

The newest version!
<configuration debug="true"> <!-- This will give you some valuable info about logback config upon runtime. Remove this for production -->
  <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>%d{HH:mm:ss.SSS} %-5level %logger{36} - %msg%n</pattern>
    </encoder>
  </appender>
  <root level="info">
    <appender-ref ref="console" />
  </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy