Files
gerrit/java/com/google
Prudhvi Akhil Alahari 00e340cb43 Make start method in PluginLogFile thread safe
Before this change, start method of PluginLogFile was not thread
safe, thus multiple threads can create multiple log appenders to the
same log file and allow duplicate log entries to be logged. This change
makes start method of PluginLogFile thread safe.

Change-Id: If1705b9dd74fa5482602226a7399eaee3e7c97fb
2020-10-31 00:24:55 +05:30
..