|
|
Sponsor |
log4cxx and std::string: msg#00015apache.logging.log4cxx.user
In my application I use std::string, but log4cxx uses log4cxx::String (std::basic_string). How can I convert std::string to std::basic_string? I tried the following workarround - it compiles, but it seems to have no effect. Sometimes it produces fancy filenames like ^Ea #ifdef WIN32 typedef wchar_t* LOG4CXXString; #else typedef log4cxx::String LOG4CXXString; #endif std::string filename = "logfile.log"; log4cxx::FileAppenderPtr appender = new log4cxx::FileAppender(layout, (LOG4CXXString) filename.c_str()); // compiles, but does not work log4cxx::FileAppenderPtr appender = new log4cxx::FileAppender(layout, _T("logfile.log")); // compiles and works I'm using Microsoft Visual C++ 6 Any help is appreciated! Stefan ________________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt neu bei WEB.DE FreeMail: http://freemail.web.de/?mc=021193
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Problem using log4cxx on solaris 8, Curt Arnold |
|---|---|
| Next by Date: | Re: log4cxx and std::string, Stefan Abel |
| Previous by Thread: | Problem using log4cxx on solaris 8, Madan, Hatinder |
| Next by Thread: | Re: log4cxx and std::string, Curt Arnold |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|