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
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...
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
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
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
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
arg...
Here is the xml I promised:
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