You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2008/03/19 13:51:01 UTC

DO NOT REPLY [Bug 44627] [PATCH] POILogFactory thread safety issue

https://issues.apache.org/bugzilla/show_bug.cgi?id=44627


Nick Burch <ni...@torchbox.com> changed:

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




--- Comment #1 from Nick Burch <ni...@torchbox.com>  2008-03-19 05:51:00 PST ---
Thanks for the patch. I've ended up applying something slightly similar, as
shifting the environment variable fetching back to class initialisation did
break some things. Hopefully it now works just fine for you.

I believe the new version is now completely thread safe when using NullLogger.
The rest ought to be thread safe, but not always thread efficient (as it's
possible that two thread will both create their own loggers for something, but
one overwrites the others)


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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org