SEModCommunity / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
60 stars 47 forks source link

BUG: LogManager.APILog.WriteLineAndConsole is not thread safe #151

Closed Tyrsis closed 9 years ago

Tyrsis commented 9 years ago

Need a lock(_logLock) after the WriteLine that contains that code block

ghost commented 9 years ago

Fixed with Pull Request: https://github.com/SEModCommunity/SE-Community-Mod-API/pull/166