Open stascode opened 9 years ago
NLoggerFactory.Create(string logName) uses thread unsafe dictionary and does not have thread locks around it. Solution would be to move to ConcurrentDictionary
I'd actually like to move away from NLog entirely.
Can you create a pull request with this change?
NLoggerFactory.Create(string logName) uses thread unsafe dictionary and does not have thread locks around it. Solution would be to move to ConcurrentDictionary