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
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,
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
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
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