Is the Microsoft Enterprise Library 5.0 Logging Application Block thread safe?

Posted by GiddyUpHorsey on Stack Overflow See other posts from Stack Overflow or by GiddyUpHorsey
Published on 2010-05-28T03:20:57Z Indexed on 2010/05/28 7:22 UTC
Read the original article Hit count: 213

I have some code that will be logging using the Logging Application Block in Enterprise Library 5.0 from different threads. Is the LAB thread safe? Can I log like normal from different threads or will I need to synchronize the logging code so that is only used from one thread at a time?

© Stack Overflow or respective owner

Related posts about logging

Related posts about thread-safety