Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.5.1
-
None
-
None
Description
Translator implementations are not thread-safe. Given that a primary use case for translators is logging it might be good to avoid too much object creation and to refactor so that the Translator can be re-used across threads. I also think that most folks expect it to just work this way.