From: Ezra Zygmuntowicz Date: 2006-06-16T00:12:18+09:00 Subject: stdlib logger thread safe? Hi Friends- Is the Logger class in the stdlib thread safe? If I have a multi threaded application that needs to log stuff from multiple threads do I need a mutex around logger access? Thanks -Ezra