Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d52cd007d754115cdf73179163b64ab6 > files > 3

jets3t-app-0.9.0-2.mga4.noarch.rpm

###
# Configures the logging implementation used to actually display log messages. 
# Only one implementation can be chosen, the others must be commented out.
### 

# Use SimpleLog for logging - quite configurable (using simplelog.properties), no extra library is required.
# org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog

# Use Log4J for logging - very configurable (using log4j.properties) but requires the log4j library.
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger

# Use Java's build-in JDK14 logging - not very configurable, no extra library is required.
#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger