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 I restart application. > > I stepped into through sources and it tries to convert msg to locale > > and sets error flad on file stream when receiving first not > > convertable chracter. I don't know how to fix it. > > > > Could you please help? > > > > Regards > > Piotr > > > > There is a lot of missing detail, could you answer the following: > > Are you using the current SVN HEAD or 0.10.0 RC2 (very similar and > either would be okay)? If you are using a log4cxx 0.9.7, please > upgrade.
I'm using 0.9.7 now. I start with upgrading to svn head as yo said and report if problem still happens. Then I will give these details you want. Thank you Piotr