RE: When will the next version be released?

2009-04-06 Thread daniel . nitecki
A strong name includes the version number as well as the key. Strong naming is also required for installation in to the GAC, which I find useful for utilities such as loggers. 2 cents, Dan

Re: When will the next version be released?

2009-04-02 Thread daniel . nitecki
Has anyone made efforts to add the Mutex file locking scheme for file appenders into the source? Someone posted code for it a while ago and I've been making use of it. This could be worthy of a minor rev...

Re: Working with C++

2009-02-20 Thread daniel . nitecki
I built a COM wrapper using the code in the message below as a model: http://marc.info/?l=log4net-user&m=111281577717078&w=2 This is working fine for me from Borland C++ (and VB6 for that matter). As long as you know how to reference COM objects from your flavor of C++, I think it should work fo

Programmatically change file path for appender with additivity = false

2009-02-17 Thread daniel . nitecki
Hi, I'm trying to programmatically change the log file destination for a logger using the following code found on this list: public static void UpdateFileAppenderPaths(string theNewPath) { log4net.Repository.Hierarchy.Hierarchy h = (log4net.Repository.Hierarchy.Hierarchy) log4net.LogManager.G

AppendToFile with RollingFileAppender

2009-02-13 Thread daniel . nitecki
Hi All, I'm using a RollingFileAppender to maintain a daily log file for my application (ie it rolls the files once per day of week). Its basically working fine, however it the rollling isn't working quite as I expected. My goal is append to only have 1 day's worth of data in each file with an

Re: Problems with Log4Net zip file

2009-02-09 Thread daniel . nitecki
Had the same problem with whichever mirror I was automatically redirected to from the log4net download page (http://logging.apache.org/log4net/download.html).  Not sure which mirror I was actually connected to... Had success with the direct CVS download, though (http://cvs.apache.org/dist/incuba

Re: RollingFileAppender behavior on program exit

2009-02-04 Thread daniel . nitecki
arg... Here is the xml I promised:

RollingFileAppender behavior on program exit

2009-02-04 Thread daniel . nitecki
Hi, I am using log4net 1.2.10 RollingFileAppender in C#/VS2005. Rolling the files by date. Everything is working fine except that the final log file written before program exit is not rolled and remains named as a temp file (just the name as specified in file value without the date pattern an