Mercurial > dive4elements > river
view flys-aft/bin/log4j.properties @ 4444:47d50572844a
Add method to a access the CallContext of a ChartGenerator
Don't access the member variable directly. Always use getters and setters to
declare a contract to another class. Public or proteced members
would extend the contract.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 07 Nov 2012 14:12:39 +0100 |
parents | f72c253663fc |
children |
line wrap: on
line source
# Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=DEBUG, A1 log4j.category.org.hibernate=DEBUG # A1 is set to be a ConsoleAppender. log4j.appender.A1=org.apache.log4j.ConsoleAppender # A1 uses PatternLayout. log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%d - %m%n