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

cs.beanfabrics-core.1.4.3.source-code.log4j.properties Maven / Gradle / Ivy

Go to download

Beanfabrics is a component framework for building Java desktop applications according to the Presentation Model Pattern with Swing.

There is a newer version: 1.5.0
Show newest version
####################################################################
# LogLevel: ALL > TRACE > DEBUG > INFO > WARN > ERROR > FATAL > OFF
####################################################################

log4j.rootLogger=ERROR, A1

log4j.logger.org.beanfabrics=WARN

#log4j.logger.org.beanfabrics.Link=WARN
#log4j.logger.org.beanfabrics=DEBUG
#log4j.logger.org.beanfabrics.support=DEBUG
#log4j.logger.org.beanfabrics.context=DEBUG
#log4j.logger.org.beanfabrics.util.ReflectionUtil=TRACE

log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%d %-5p [%c{1}:%L] - %m%n




© 2015 - 2025 Weber Informatics LLC | Privacy Policy