[slf4j-dev] [Bug 280] missing constructor in org.apache.log4j.PatternLayout

bugzilla-daemon at qos.ch bugzilla-daemon at qos.ch
Mon Nov 5 20:42:46 CET 2012


http://bugzilla.slf4j.org/show_bug.cgi?id=280

Christian Trutz <christian.trutz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #3 from Christian Trutz <christian.trutz at gmail.com> 2012-11-05 20:42:46 CET ---
org.apache.velocity.runtime.log.Log4JLogChute relies also on following methods:

117     PatternLayout layout = new PatternLayout("%d - %m%n");
118     this.appender = new RollingFileAppender(layout, file, true);
119     
120     // if we successfully created the file appender,
121     // configure it and set the logger to use only it
122     appender.setMaxBackupIndex(1);
123     appender.setMaximumFileSize(100000);
124     
125     // don't inherit appenders from higher in the logger heirarchy
126     logger.setAdditivity(false);
127     logger.addAppender(appender);

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the slf4j-dev mailing list