DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34979>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34979


[EMAIL PROTECTED] changed:

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




------- Additional Comments From [EMAIL PROTECTED]  2005-05-22 09:55 -------
o.a.l.rolling.FileNamePattern and associated classes substantially duplicated 
the pattern parsing and 
date formatting code already in o.a.l.pattern.  The changes committed on 22 May 
2005 modify the 
o.a.l.pattern implementation to eliminate their limitation to just formatting 
LoggingEvent and to 
eliminate the redundant o.a.l.rolling.helper classes.

The o.a.l.pattern.PatternParser behavior was modified for these cases:

"%bogus" used to output "%b", now "%bogus"

"%moo" used to output "%moo", now msg + "oo"

"%d{yyyy-MM-dd" used to cause an endless loop.

Most o.a.l.pattern.PatternConverters are now invariant and thread-safe.  All 
now operate on a string 
buffer parameter and no longer need to maintain their own string buffer. 

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to