Re: What is the best way to attach an ID with each logged message?

2007-01-20 Thread José Joye
utomatically query a database every N seconds. - Original Message From: José Joye <[EMAIL PROTECTED]> To: Log4NET User Sent: Saturday, January 20, 2007 4:42:17 AM Subject: What is the best way to attach an ID with each logged message? Hello, I'm looking for a possibility of attaching an

What is the best way to attach an ID with each logged message?

2007-01-20 Thread José Joye
Hello, I'm looking for a possibility of attaching an ID to each information logged using Log4Net. What will be the best way to use in order to be compatible with with existing viewers (chainsaw, ...). Basically, I want to expose such an overloaded method in my Logger façade: void Info(int id,

What is the best way to attach an ID with each logged message?

2007-01-20 Thread José Joye
Hello, I'm looking for a possibility of attaching an ID to each information logged using Log4Net. What will be the best way to use in order to be compatible with with existing viewers (chainsaw, ...). Basically, I want to expose such an overloaded method in my Logger façade: void Info(int id

Re: Wrapping Log4Net in a Facade --> incorrect LocationInfo shown for file, methods....

2007-01-19 Thread José Joye
aries (to allow the user to switch between log4net, NLog, and some simple builtin loggers like a ConsoleLogger) that do similiar things. I recall there being similiar code on gotdotnet.com sonewhere too. - Original Message From: José Joye <[EMAIL PROTECTED]> To: log4net-us

Wrapping Log4Net in a Facade --> incorrect LocationInfo shown for file, methods....

2007-01-18 Thread José Joye
Hello, We are trying the Log4Net in our projects. However, for different reasons, we want to expose it to our developers through a Tracing/Error class facade. Doing so, we face the following problem: Whenever an Appender print information about LocationInfo (File, line, Method,). It will ta