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

Christian Trutz <[email protected]> changed:

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

--- Comment #3 from Christian Trutz <[email protected]> 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.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to