|
|
Sponsor |
Re: Context logging at a class level: msg#00069apache.logging.log4cxx.user
On Dec 17, 2004, at 10:59 AM, Ben Arnold wrote: Hi, You could use MDC to hold the agent ID (it could also hold the IP). MDC::set("IP", ip); MDC::set("agent", itoa(id())); and then use an %X{agent} specification in your layout.
In the current CVS and the forthcoming 0.9.8, you might want to consider the stream-like interface provided in log4cxx/stream.h. The code would be like: // // not thread safe, so it should not be static // typically created at entry to methods that use it logstream agentStream(agentLogger, Level::INFO); agentStream << Level::INFO << "Agent " << id() << " processing request" << LOG4CXX_ENDMSG; 0.9.7 and previous allowed "insertion fragments" to appear in the macros, but that is no longer supported: LOG4CXX_INFO(agentLogger, "Agent " << id() << "processing request");
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Context logging at a class level, Ben Arnold |
|---|---|
| Next by Date: | Re: log4cxx - Default Initialization Procedure - is implemented somewhere?, Curt Arnold |
| Previous by Thread: | Context logging at a class level, Ben Arnold |
| Next by Thread: | RE: Context logging at a class level, Ben 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.
|