[logback-dev] [Bug 117] Synchronization of SimpleDateFormat object in DateConverter

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Thu Jan 10 12:25:52 CET 2008


http://bugzilla.qos.ch/show_bug.cgi?id=117


noreply.ceki at qos.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #3 from noreply.ceki at qos.ch  2008-01-10 12:25 -------
Hello Anders,

Thank you for this bug report. Did you consider the fact that formatting is
done within the doAppend() method of the appender which is already
synchronized? 

There is no need to synchronize the call to simpleFormat.format() when the
larger block is already synchronized.

Consequently, I am closing this report as WONTFIX. Please fell free to comment
on it if you think that I am missing something.


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



More information about the logback-dev mailing list