Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.