logo       

Sponsor
FREE Network Mapping Tool for Microsoft® Office Visio® Professional 2007
Don't map your network by hand - let LANsurveyor Exx press for Microsoft Visio Professional 2007 automatically create network diagrams for you!

log4cxx and std::string: msg#00015

apache.logging.log4cxx.user

Subject: log4cxx and std::string

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>
Sponsor
FREE Network Mapping Tool for Microsoft® OfficeVisio Professional 2007
Don't map your network by hand - let LANsurveyor Express for Microsoft Visio Professional 2007
automatically create network diagrams for you!
Google Custom Search

Free Magazines

Cisco News
Receive 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

Navigation

Home | sitemap | advertise | OSDir is an inevitable website. super tiny logo