Here is the Config file.
Usman
-Original Message-
From: Ron Grabowski [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 27, 2005 3:56 PM
To: Log4NET User
Subject: RE: LOG4NET - SMTP Appender Not Working
This is a good start. Now let's see your SmtpAppenderFATAL appender
node and maybe o
That did it - thank you.
David Thielen
303-499-2544
www.windwardreports.com
-Original Message-
From: Ron Grabowski [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 21, 2005 10:16 PM
To: Log4NET User
Subject: RE: Trying to write a J# log wrapper - mostly there
In org.apache.log4j.Lo
This is a good start. Now let's see your SmtpAppenderFATAL appender
node and maybe one or two of the logger nodes that reference it.
--- Usman Uppal <[EMAIL PROTECTED]> wrote:
> There is no error message in the log file. File is attached.
>
>
> -Original Message-
> From: Ron Grabowski [
There is no error message in the log file. File is attached.
-Original Message-
From: Ron Grabowski [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 27, 2005 3:20 PM
To: Log4NET User
Subject: Re: LOG4NET - SMTP Appender Not Working
What happens when you turn on internal debugging?
ht
What happens when you turn on internal debugging?
http://tinyurl.com/c5qqh
http://www.mail-archive.com/log4net-user%40logging.apache.org/msg02306.html
You'll probably get an error saying you don't have permission to create
an CDO object.
--- Usman Uppal <[EMAIL PROTECTED]> wrote:
> Hi, I am a L
Hi, I am a LOG4NET configuration file to log
information into a log file and send email to SMTP server. Logging information is
successfully getting logged into the log file but email via SMTP Host is not
working. Is there anyway to debug why email delivery is not working? I have checked
SMT
A colleage encountered this same exception today. They had internal
logging enabled. When they turned off internal debugging the issue went
away. When internal debugging was turned on the problem re-appeared.
They're using a trace listener in the web.config to output log4net
debug messages to a fil
This post shows how to create a FilAppender at runtime:
http://tinyurl.com/9mv9f
http://www.mail-archive.com/log4net-user%40logging.apache.org/msg02362.html
Once you've created the appender, you may need to use code like this to
add the appender to the repository:
// RollingFileAppenderTest.cs
_
Hi
all,
I am using the
MsmqAppender on the Full Framework without problems. Recently had to port
it to the Compact Framework. Up until this point we have used
Odyssey.CFCom to bridge the managed code to COM gap (since the Messaging
namespace does not exist in the 1.0 CF) and that is wha