Friday, May 18, 2012
 
The best way to analyze your logs! Minimize
 Log4Net Mail archive   

The Log4Net mailing list is a great source of information about using log4Net, in this forum we collect all the messages in the log4net user list and some selected threads from the developer list.

Subject: Port Number in logged message
Prev Next
You are not authorized to post a reply.

Author Messages
Pranav Varia

10/09/2008 7:01 AM  

Hi

Is there a config setting that enables log4net to put “port” and “hostname” information in the log messages when running in a ASP.NET Webservice (or website) ?

 

 I see conversion pattern in the FAQ and wonder if I there is a %port available?

<conversionPattern value="%date [%thread] %-5level %logger [%ndc] - %message%newline" />

 

My use case is that I have multiple instances of a webservice running on the multiple boxes. Having port and hostname would really help distinguish which instance of the service generated the message.

 

Thanks in advance for your reply.

 

Regards

Pranav

Rob Prouse

10/09/2008 3:15 PM  

Pranav

 

You need to set properties in the Thread context before logging, then modify your conversion pattern to output those properties.

 

log4net.ThreadContext.Properties[“Port”] = port;

log4net.ThreadContext.Properties[“Host”] = host;

 

<conversionPattern value="%date [%thread] %-5level %logger [%ndc] - %P{Host}:%P{Port} - %message%newline" />

 

See http://logging.apache.org/log4net/release/manual/contexts.html for more information.

 

Rob Prouse

 

Pranav Varia

10/10/2008 3:28 AM  

Cool. That was more elegant  and extensible than I had imagined.

Thanks.

 

You are not authorized to post a reply.
Forums > Log4Net > Log4Net Mail archive > Port Number in logged message



ActiveForums 3.7

 

 

 

 

 

 

 

 

Log4Net Dashboard

Log analysis and monitoring made easy!

Log4Net Dashboard is a log viewer that can read log statements from a variety of logging output targets.

You can download a free developer version.

  

Check it out!

On the demonstration site you can try it  with live data.demo.l4ndash.com - Try Log4Net Dashboard with live data

The mail archive is a copy of all the mail sent to the mail address: log4net-user@logging.apache.org, organized as a forum.

If you would like to participate in the mail list, send a mail to log4net-user-subscribe@logging.apache.org.

More information about the mailing list is available on: http://logging.apache.org/log4net/support.html

 

A complete topic list is available and can be viewed here (warning, it takes some time to load)

 

Copyright 2005-2008 by FaktNet AS Terms Of Use Privacy Statement