All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aweb.vowl.owl2vowl.OWL2VOWL.0.2.1.source-code.log4j2.xml Maven / Gradle / Ivy

Go to download

Owl2Vowl is an ontology converter used to convert the given ontology to a json format that is used in the WebVOWL visualization. See https://github.com/VisualDataWeb/WebVOWL or http://vowl.visualdataweb.org/.

There is a newer version: 0.3.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
	<Properties>
		<Property name="log-path">logs</Property>
	</Properties>
	<Appenders>
		<!--<RollingFile name="info-log" fileName="${log-path}/ontology-structure.log"-->
		             <!--filePattern="${log-path}/ontology-structure-%d{yyyy-MM-dd}.log" append="false">-->
			<!--<PatternLayout>-->
				<!--<pattern>[%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n</pattern>-->
			<!--</PatternLayout>-->
			<!--<Policies>-->
				<!--<TimeBasedTriggeringPolicy interval="1" modulate="true"/>-->
			<!--</Policies>-->
		<!--</RollingFile>-->
	</Appenders>
	<Loggers>
		<Root level="info" additivity="false">
			<!--<appender-ref ref="info-log" level="debug"/>-->
		</Root>
	</Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy