Persisting configuration changes?

2008-08-28 Thread Roy Chastain
I found an archived post (from 2006) in which Nicko states that log4Net does not provide any method of persisting dynamic configuration changes. Has anyone written any code to persist configuration changes that they would be willing to share or at least talk about? Thanks ---

RE: Whatever happened to asp.net pattern converters?

2008-08-28 Thread Jon Sheldon
I think I've got an approach. I'm going to implement my own converter classes, and then just include them in the config file as part of the layout declaration. I'm pretty new to log4net, but does that sound like a reasonable approach? Jon From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Thur

Re: Whatever happened to asp.net pattern converters?

2008-08-28 Thread Ron Grabowski
I'm still working on them. What functionality are you looking at using? - Original Message From: Jon Sheldon <[EMAIL PROTECTED]> To: "log4net-user@logging.apache.org" Sent: Thursday, August 28, 2008 4:07:28 PM Subject: Whatever happened to asp.net pattern converters? Hello, I’m v

Whatever happened to asp.net pattern converters?

2008-08-28 Thread Jon Sheldon
Hello, I'm very interested in using log4net as my companies standard logging utility. Since our focus is primarily on developing web applications using asp.net, I'm very interested in the AspNet*PatternConverter classes that Ron started to implement back in October 2006. Is there a new releas

RE: SmtpAppender - To addresses comma seperated, not semi-colon seperated...

2008-08-28 Thread Walden H. Leverich
> I agree. I'll update the code. For those of use that spelunked the code w/reflector (or looked at the source) and now use commas, might I suggest you support both. -Walden -- Walden H Leverich III Tech Software (516) 627-3800 x3051 [EMAIL PROTECTED] h

Use Pattern name in message

2008-08-28 Thread Pascal ROZE
Hi all At this time, I have a logger with the following configuration: It works fine. Now, I would like to use Pattern names in message variable. For example, I'm trying to do: string msg = "The time is %date and the logger is %logger"; myLogger.Info(msg); And of course, it does

Re: SmtpAppender - To addresses comma seperated, not semi-colon seperated...

2008-08-28 Thread Ron Grabowski
I agree. I'll update the code. - Original Message From: Gert Driesen <[EMAIL PROTECTED]> To: Log4NET User Sent: Thursday, August 28, 2008 7:17:25 AM Subject: RE: SmtpAppender - To addresses comma seperated, not semi-colon seperated... Ron, I wanted to post this after I saw your c

RE: SmtpAppender - To addresses comma seperated, not semi-colon seperated...

2008-08-28 Thread Gert Driesen
Ron, I wanted to post this after I saw your commit, but I forgot. I don't think we should confront users of log4net with our internal changes, and hereby force them to have different config files for .NET 1.x and .NET 2.0. Instead, I think we should convert from semi-colon to comma sepa