ftware.flog_2.13.1.0.8.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 flog_2.13 Show documentation
Show all versions of flog_2.13 Show documentation
This project is a Scala library to facilitate functional logging.
The newest version!
<configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%date{ISO8601} %-5level %logger{36} %X{akkaSource} - %msg%n</pattern> </encoder> </appender> <logger name="deng" level="DEBUG"/> <root level="INFO"> <appender-ref ref="STDOUT"/> </root> </configuration>