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

coder.1.4.3.source-code.logging.properties Maven / Gradle / Ivy

Go to download

The encoder package holds the reference implementation for the OpenLR encoder. It takes a (map-dependent) location as input and generates a corresponding (map-agnostic) location reference. This package uses the OpenLR map package and the OpenLR data package.

The newest version!
log4j.rootLogger=INFO, Log1, Log2
log4j.appender.Log1=org.apache.log4j.ConsoleAppender
log4j.appender.Log1.layout=org.apache.log4j.PatternLayout
log4j.appender.Log1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
log4j.appender.Log2=org.apache.log4j.FileAppender
log4j.appender.Log2.layout=org.apache.log4j.PatternLayout
log4j.appender.Log2.layout.ConversionPattern=%d{ISO8601} %p [%c{1}] %m\n
log4j.appender.Log2.file=OpenLR-encoder.log
#log4j.logger.openlr.encoder.check=DEBUG
#log4j.logger.openlr.encoder.data=DEBUG
#log4j.logger.openlr.encoder.database=INFO
#log4j.logger.openlr.encoder.physEncoder=INFO
#log4j.logger.openlr.encoder.properties=INFO
#log4j.logger.openlr.encoder.routesearch=DEBUG
#log4j.logger.openlr.encoder.OpenLREncoderWorker=DEBUG




© 2015 - 2024 Weber Informatics LLC | Privacy Policy