Greetings,
I have 4 threads, in each thread, I created its own log file using boost log facility, different from the ones in other thread.
The problem is that the log entries I put into one file in one thread, got into all other log files in other threads, though the boost log instances are not shared among threads.

Anyone know how to avoid this?

Thanks,

David