in JetBrains.Etw.HostService.Updater/src/Util/TextLogger.cs [17:21]
public void Info(string str) { lock (myLock) myWriter.WriteLine(str); }