Hi, if I try to log anything from a thread created with poco (a runnable class) an exception gets thrown: "cannot lock mutex".
I tried passing the main application and using its logger and I tried to create a new logger inside the thread. Logger is configured to log to the console.
Is there something I should do before trying to log from other threads?





