logo       

Re: programmatically creating new logger instances?: msg#00022

Subject: Re: programmatically creating new logger instances?

On Jan 15, 2007, at 8:55 AM, Mark Toohey wrote:

I'm in the process of adding an interface to log4cxx to allow it to be used with some existed C applications. We need to be able to log to different files from each module. I wanted to do this by creating separate loggers for each module and attaching separate appenders to each one. How can I create new loggers (I
would like to do it programmatically if possible)?

New loggers are created in response to a getLogger call when the logger name has not been previously requested. So you could have a statement like:

log4cxx::LoggerPtr logger(Logger::getLogger("module1"));

as a static member of a class or in a compilation module. Any subsequent request to the identically named logger will return a reference to the same logger.

The next step would be to attach appenders to the loggers either through a configuration file or programmatically. I'm freehanded the following code snippet to demonstrate creating a FileAppender and attaching it to a logger. It may have have some errors but it should be sufficient for you to get the idea.

FileAppenderPtr file(new FileAppender());
file->setFile("module1.log");
//
// a call to activateOptions() is necessary to finish the configuration of an appender
//      before attaching it to a logger
file->activateOptions();
LoggerPtr logger(Logger::getLogger("module1"));
logger->addAppender(file);







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

Recently Viewed:
science.linguis...    culture.sf.lite...    video.mplayer.c...    yellowdog.gener...    ietf.rfc822/199...    emacs.help/2002...    redhat.release....    kernel.speakup/...    java.openejb.de...    debian.devel.gt...    xfree86.newbie/...    bug-tracking.ma...    pam/2003-05/msg...    games.devel.ope...    user-groups.lin...    music.pancham/2...    network.mq.deve...    web.html.genera...    arklinux.bugs/2...    linux.ecasound/...    qnx.openqnx.dev...    org.user-groups...    file-systems.sf...    trustix.contrib...   
Home | blog view | USPTO Patent Archive | 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