Re: CF 2.0 Compilation??

2006-05-22 Thread Ron Grabowski
Try using the NETCF symbol for the Compact Framework. Let us know how things compile. --- Jon Finley <[EMAIL PROTECTED]> wrote: > Hi all, > > I need to compile log4net 1.2.10 for the .Net 2.0 Compact Framework > (unless > the binary is available online and I just didn't see it). > > Are the

CF 2.0 Compilation??

2006-05-22 Thread Jon Finley
Hi all,   I need to compile log4net 1.2.10 for the .Net 2.0 Compact Framework (unless the binary is available online and I just didn't see it).    Are the correct conditional compilation symbols: "NET;NET_1_0" or are they different for the compact framework?   TIA,   Jon

RE: AdoNetAppender: logging via stored proc:

2006-05-22 Thread Kumar . Velugula
Never mind, I got it...again I have a typo in the "parameterName" Thanks, Kumar -Original Message- From: Velugula, Kumar Sent: Monday, May 22, 2006 9:36 AM To: 'Log4NET User' Subject: RE: AdoNetAppender: logging via stored proc: Hi, I am trying to log to database using stored proc ins

RE: AdoNetAppender: logging via stored proc:

2006-05-22 Thread Kumar . Velugula
Hi, I am trying to log to database using stored proc instead of the insert text in the config file...my config file adonet appender is as follows...

RE: AdoNetAppender:

2006-05-22 Thread Kumar . Velugula
I greatly appreciate it. Thanks it works after changing the appender name from "log4net.Appender.AdoNetAppender" to "log4net.Appender.ADONetAppender" Regards, Kumar -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 11:20 PM To: Log4NET User Subj

AW: Non Buffering SMTP Appender

2006-05-22 Thread Tobias Schröer
Hi, > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > If you only want to see log messages for ERRORS, for example, > you have to put the threshold element on its own. In this > code section, I will only get e-mails when an ERROR log is thanks for yo