
oehm.gdv-xport-lib.7.1.1.source-code.commons-logging.properties Maven / Gradle / Ivy
#
# (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 - 2025 Weber Informatics LLC | Privacy Policy