Thread-safety improvements
--------------------------
Key: LOGGING-135
URL: https://issues.apache.org/jira/browse/LOGGING-135
Project: Commons Logging
Issue Type: Bug
Reporter: Sebb
The LogKitLogger.logger field is not final or volatile so changes are not
guaranteed to be published.
This includes calls to getLogger(), so two different threads using the same
instance can theoretically both create the logger.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.