y.robot.robot-core.1.9.7.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 robot-core Show documentation
Show all versions of robot-core Show documentation
Core library for ROBOT: Library for working with OWL ontologies, especially Open Biological and Biomedical Ontologes (OBO).
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <configuration> <appender name="console" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%-5p %m%n</pattern> </encoder> </appender> <statusListener class="ch.qos.logback.core.status.NopStatusListener"/> <logger name="user" level="DEBUG"/> <logger name="org.semanticweb.elk" level="off"/> <logger name="org.obolibrary.obo2owl" level="off"/> <root level="ERROR"> <appender-ref ref="console"/> </root> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy