
ics.corese-core.3.3.3.source-code.log4j.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of corese-core Show documentation
Show all versions of corese-core Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.
The newest version!
# Set root logger level to DEBUG and its only appender to A1.
log4j.rootLogger=INFO, myAppender
# myAppender is set to be a ConsoleAppender.
log4j.appender.myAppender=org.apache.log4j.ConsoleAppender
# myAppender uses PatternLayout.
log4j.appender.myAppender.layout=org.apache.log4j.PatternLayout
# More on the conversion pattern:
# http://logging.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html
log4j.appender.myAppender.layout.ConversionPattern=%l %m%n
#log4j.appender.myAppender.layout.ConversionPattern=%p: %m%n
#log4j.appender.myAppender.layout.ConversionPattern=p: %p : c: %c : C: %C : d: %d : F: %F : l: %l : L: %L : m: %m : M: %M : n: %n : P: %P : r: %r : t: %t : x: %x : X: %X
© 2015 - 2025 Weber Informatics LLC | Privacy Policy