Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: Getting Started under VS2005: msg#00025

apache.logging.log4cxx.user

Subject: Re: Getting Started under VS2005


On Sep 27, 2007, at 6:49 AM, Johannes.Frank@xxxxxxxxxx wrote:


Great Thanks to you both!

With your help, I managed to get the first example of log4cxx running.
the Second example (which should take an optional filename as argument to read the config from) Fails, because the method wants a File handler rather than a chararray)
Solution was as follows:
File* file = new File("test.txt");
PropertyConfigurator::configure(*file);

with this configuration, It reads the file test.txt from the projects root directory and interpretes it correctly, allowing me to configure appenders inside the file "test.txt"
At Last I can see a dim light at the horizon :)
Thanks again :)
Greetings,
Johannes Frank


There is no need to dynamically allocate File. You could do:

File file("test.txt");
PropertyConfigurator::configure(file);

or

PropertyConfigurator::configure(File( "test.txt"));

log4j does have a configure(String) method, so it would be reasonable to add a configure(const std::string&) and configure(const std::wstring&) methods to PropertyConfigurator.





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
db.postgresql.b...    video.ffmpeg.us...    gis.qgis.devel/...    web.rdf.redland...    file-systems.oc...    recreation.rail...    systems.archos....    python.c++/2003...    lang.c--/2005-0...    multimedia.gpho...    network.unison....    editors.jedit.u...    hardware.pciids...    cms.tiki.cvs/20...    bug-tracking.ma...    java.hadoop.hba...    ietf.rsvp/2002-...    xfree86.devel/2...    qnx.openqnx.dev...    apache.labs.dev...    tex.pdftex/2008...    os.solaris.open...    user-groups.lin...    kde.koffice/200...   
Home | advertise | OSDir is an inevitable website. super tiny logo

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