wstring message failed to write to file

2008-03-21 Thread Piotr Wozniak
Hi, I started to using log4cxx recently and I have problem to write wstring messages containing any local character, it just stops to write to file when receiving first of it until I restart application. I stepped into through sources and it tries to convert msg to locale and sets error flad on

Re: wstring message failed to write to file

2008-03-21 Thread Curt Arnold
On Mar 21, 2008, at 4:40 AM, Piotr Wozniak wrote: Hi, I started to using log4cxx recently and I have problem to write wstring messages containing any local character, it just stops to write to file when receiving first of it until I restart application. I stepped into through sources and it

Issue LOG4CXX-246

2008-03-21 Thread Ufuk Kayserilioglu
This issue seems to be fixed. Thank you. However, there is a remaining problem that I discovered upon further testing. Here is the copy from the comment I wrote on JIRA: I have realized that, Thread::join() raises a ThreadException if apr_thread_join does not return success. After this fix

Re: wstring message failed to write to file

2008-03-21 Thread Piotr Wozniak
On 3/21/08, Curt Arnold [EMAIL PROTECTED] wrote: On Mar 21, 2008, at 4:40 AM, Piotr Wozniak wrote: Hi, I started to using log4cxx recently and I have problem to write wstring messages containing any local character, it just stops to write to file when receiving first of it until