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

cop.jcop.1.0.1.source-code.log4j-console-file.properties Maven / Gradle / Ivy

The newest version!
#
# Copyright © 2010 by Ondrej Skalicka. All Rights Reserved
#

# Log4j enabled both to file and to console. The file is named log4j.log, with maximum capacity 100KB and 10 backup copies (eg. total of 1 MB of logs)

log4j.rootCategory=DEBUG, R, O

# Stdout
log4j.appender.O=org.apache.log4j.ConsoleAppender

# File
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=log4j.log

# Control the maximum log file size
log4j.appender.R.MaxFileSize=100KB

# Archive log files (10 backup files here cycling)
log4j.appender.R.MaxBackupIndex=10

log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.O.layout=org.apache.log4j.PatternLayout

log4j.appender.R.layout.ConversionPattern=[%d{ISO8601}]%5p%6.6r[%t]%x - %C.%M(%F:%L) - %m%n
log4j.appender.O.layout.ConversionPattern=[%d{ISO8601}]%5p%6.6r[%t]%x - %C.%M(%F:%L) - %m%n




© 2015 - 2024 Weber Informatics LLC | Privacy Policy