Is the log facility in resip thread-specific? Suppose that I have 2 thread and want to redirect the log generated by each thread to their own log file(eg. thread1.log and thread2.log).how can I do it? Anyone have suggestion?