Programatically disable email

2007-12-24 Thread Erlis Vidal
Hi all! My current configuration use an smtpAppender with a LevelRangerFilter setted in order to send ERROR messages, but in some cases I would like to disable the email capabilities, in order to achieve something similar to the previous discussion of "Elapsed time evaluator" but in my case I w

RE: BCC in SMTP Loger Appender!

2007-12-20 Thread Erlis Vidal
eturn bcc; } set { bcc = value; } } } - Original Message From: Erlis Vidal <[EMAIL PROTECTED]> To: log4net-user@logging.apache.org Sent: Wednesday, December 19, 2007 1:58:06 PM Subject: BCC in SMTP Loger Appender! Just a simple question! It is possible to config the

BCC in SMTP Loger Appender!

2007-12-19 Thread Erlis Vidal
Just a simple question! It is possible to config the smtp logger appender to use a bcc email address? Thanks in advance Erlis

Config log4net in n-tiear application Framework 2.0!

2007-10-23 Thread Erlis Vidal
Hi everyone! I want to configure log4net in order to use the same configuration file (with the watch option active) in my n-tier application! I have the following structure in my solution: Website (as a web application project) Business (as a class library project) Data (as a class li