il.andhow-core.0.4.0-RC7.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of andhow-core Show documentation
Show all versions of andhow-core Show documentation
Simple typed and validated configuration loading for web apps, command line or any environment application.
<?xml version="1.0" encoding="UTF-8"?> <configuration> <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d{HH:mm:ss} %m \(%c{1}[%p]\)%n</pattern> </encoder> </appender> <root level="ERROR"> <appender-ref ref="stdout" /> </root> <logger name="gov.usgs.wma.gcmrc" level="INFO" /> </configuration>