
se.sparql.4.5.0.source-code.log4j2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sparql Show documentation
Show all versions of sparql Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint)
implementing RDF, RDFS, SPARQL 1.1 Query and Update, Shacl. STTL. LDScript.
The newest version!
<Configuration> <Properties> <Property name="pattern">%d{yyyy-MM-dd HH:mm:ss} %-5p %C{2}.%M:%L %x - %m%n</Property> </Properties> <Appenders> <Console name="Console" target="SYSTEM_OUT"> <ThresholdFilter level="ERROR" onMatch="DENY" onMismatch="ACCEPT" /> <PatternLayout pattern="${pattern}" /> </Console> <Console name="ErrorConsole" target="SYSTEM_ERR"> <ThresholdFilter level="ERROR" onMatch="ACCEPT" onMismatch="DENY" /> <PatternLayout pattern="${pattern}" /> </Console> </Appenders> <Loggers> <Root level="debug"> <!-- <AppenderRef ref="Console" /> --> <AppenderRef ref="ErrorConsole" /> </Root> </Loggers> </Configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy