Re: LogString conversion

2008-05-13 Thread Madhu Gowda
Hi,   I am using log4cxx0.10.0 on windows XP, with Visual Studio 2005.   and the Configuration Properties are default as follows: Configuration Type: Application(.exe) Use of MFC: Use standard windows library Use of ATL: Not using ATL Minimize CRT use in ATL: No Character set: Not set Common Langua

Re: LogString conversion

2008-05-12 Thread Curt Arnold
On May 12, 2008, at 9:15 AM, Madhu Gowda wrote: Hi, I tried the following in my sample program. std::string sLogFile = "TestLog.txt"; LogString sFileName; log4cxx::helpers::Transcoder::decode( sLogFile, sFileName); But, it gives the sFileName as "". I tried to debug and saw that in the funct

Re: LogString conversion

2008-05-09 Thread Curt Arnold
On May 9, 2008, at 7:46 AM, Mehta, Jenica wrote: Hi All, Please let me know if log4cxx 0.10.0 provides any API for converting std::string to log4cxx::LogString and vice versa. Thanks & Regards, Jenica Mehta LogString is the internal string representation within log4cxx which is eith

LogString conversion

2008-05-09 Thread Mehta, Jenica
Hi All, Please let me know if log4cxx 0.10.0 provides any API for converting std::string to log4cxx::LogString and vice versa. Thanks & Regards, Jenica Mehta