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

oehm.gdv-xport-lib.7.2.2.source-code.commons-logging.properties Maven / Gradle / Ivy

Go to download

gdv-xport-lib ist die Java-Bibliothek fuer den Umgang mit dem GDV-Format. Sie erleichtert den Export und Export dieses Datenformats.

The newest version!
#
#	(Logging-Konfiguration fuer das Hauptprogramm
#
#	Damit die Main-Klasse ihr Ergebnis auf der Konsole ("stdout")
#	ausgibt, schreiben wir das Log in eine Datei.
#
#	s.a. http://cyntech.wordpress.com/2009/01/09/how-to-use-commons-logging/
#

# jdk handlers
#handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler
handlers=java.util.logging.FileHandler

# default log level
.level=WARN

# Specific logger level
gdv.xport=INFO

# FileHandler options - can also be set to the ConsoleHandler
# FileHandler level can be set to override the global level:
#java.util.logging.FileHandler.level=WARN

# log file name for the File Handler
java.util.logging.FileHandler.pattern=gdv-xport.log

# Specify the style of output (simple or xml)
java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter

# Optional - Limit the size of the file (in bytes)
#java.util.logging.FileHandler.limit=50000

# Optional - The number of files to cycle through, by
# appending an integer to the base file name:
#java.util.logging.FileHandler.count=1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy