
cs.beanfabrics-core.1.4.3.source-code.log4j.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beanfabrics-core Show documentation
Show all versions of beanfabrics-core Show documentation
Beanfabrics is a component framework for building Java desktop applications according to the Presentation Model Pattern with Swing.
####################################################################
# 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