ypowsybl.1.8.1.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 pypowsybl Show documentation
Show all versions of pypowsybl Show documentation
A C interface to powsybl, for pypowsybl implementation
The newest version!
<configuration> <appender name="custom" class="com.powsybl.python.logging.CustomAppender"> <encoder> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern> </encoder> </appender> <root level="ERROR"> <appender-ref ref="custom" /> </root> <logger name="org.nocrala.tools.texttablefmt" level="ERROR" additivity="false"> <appender-ref ref="custom" /> </logger> <logger name="com.powsybl.triplestore" level="INFO" additivity="false"> <appender-ref ref="custom" /> </logger> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy