2014-04-29 15:02 GMT+02:00 DinoStray:
My English is so poor,I hope that won't trouble you.
>
> When I write to the log file like
> LOG4CPLUS_DEBUG(debuggerLog, "析构CDebugger");
> It works well,because the log file Character set is ASCII.
> But if I write to the log file like
> LOG4CPLUS_DEBUG(debuggerLog, L"析构CDebugger");
> the log file won't log any more.
> How could I set the log file Character set as UTF 16?the default is ASCII.
>
The sources contain docs/unicode.txt. There it is shown what you can do
with this, one possible way of doing this. Also, please, try to search the
mailing list archives for more information regarding this.
--
VZ
|