I am new to the Logging application block (4.1).
Has anyone written an application that uses the Logging application block from multiple threads? I am asking because the Logger
The Logging Application Block is thread safe, meaning you can call its public methods from multiple threads without doing any synchronization of your own. The library does its own synchronization.