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

eb.elk.elk-owlapi.0.3.2.source-code.log4j.properties Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version
# Simple default log4j configuration file for unit tests
#log4j.debug=true  # enable log4j debug output

# Set root logger level to WARN and its only appender to A1.
log4j.rootLogger=INFO, A1

# A1 is set to be a ConsoleAppender.
log4j.appender.A1=org.apache.log4j.ConsoleAppender

# A1 uses PatternLayout.
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%-5r [%t] %-5p %c %x - %m%n




© 2015 - 2024 Weber Informatics LLC | Privacy Policy