rmlmapper.7.2.0.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 rmlmapper Show documentation
Show all versions of rmlmapper Show documentation
The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.
The newest version!
<configuration> <appender name="STDERR" class="ch.qos.logback.core.ConsoleAppender"> <target>System.err</target> <encoder> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %-36logger{36}.%M\(%line\) - %msg%n</pattern> </encoder> </appender> <root level="warn"> <appender-ref ref="STDERR"/> </root> </configuration>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy