RE: Poll: mission-critical use of log4net

2004-11-26 Thread therealdavidovitz-log4net
The down side of adding the log4net member to the base class is that being used only from the calling base class thus its in his namespace - this reduce the usability of the logging mechanism because when you log you want to have control over the logs and there namespaces (for filtering)."Kamoski,

RollingFileAppender does not log to the file

2004-11-26 Thread Marco Herrn
Hi, I have a problem with using log4net in an ASP.NET application. The debug output of log4net says that it loads the log4net config file correctly and also opens the log file for reading. But nothing is written to the file. The debug output is appended to this mail. Any ideas what can be the pr

Watching config file changes on netcf

2004-11-26 Thread Graham Innocent
I want to modify logging properties during execution on devices running .netcf, over a GPRS connection. I'm aware from the documentation that watching changes to the log4net configuration file is not currently supported on the .NET Compact Framework. Is anybody else working on this kind of probl

Re: Problems using log4net with ASP.NET

2004-11-26 Thread Mike Morano
In your posting for the webconfig, it looks like the configuration handler class name is not capitalized properly (the 'c' in configuration should be capitalized). Try: As another pointed out, make sure you call the DOMConfigurator.Configure() method as part of Application_Start in global.as

Re: Problems using log4net with ASP.NET

2004-11-26 Thread Björn Hr. Björnsson
I´m having the the same problem and I´m sure it some kind of permission problem on the server :-( Tom Willis wrote: Are you calling DomConfigurator.Configure() anywhere? That's the only thing I can think of might be missing. On Fri, 26 Nov 2004 12:03:11 +0100, Marc Eggenberger <[EMAIL PROTECTED]

Re: Problems using log4net with ASP.NET

2004-11-26 Thread Tom Willis
Are you calling DomConfigurator.Configure() anywhere? That's the only thing I can think of might be missing. On Fri, 26 Nov 2004 12:03:11 +0100, Marc Eggenberger <[EMAIL PROTECTED]> wrote: > > > Hi there ... > > > > I'm trying to use log4net with one of my asp.net applications. I used

Problems using log4net with ASP.NET

2004-11-26 Thread Marc Eggenberger
Hi there ...   I'm trying to use log4net with one of my asp.net applications. I used log4net for some windows apps already but I have some problems now ... here my env   .net framework 1.1 log4net 1.2.0-beta8 I have the following in my web.config: xml version="1.0" encoding="utf-8" ?>

ASP.NET and log4net

2004-11-26 Thread marc . eggenberger
Hi there ...   I'm trying to use log4net with one of my asp.net applications. I used log4net for some windows apps already but I have some problems now ... here my env   .net framework 1.1 log4net 1.2.0-beta8 I have the following in my web.config: xml version="1.0" encoding="utf-8" ?>

Re: [1.1.1] No appenders could be found for category

2004-11-26 Thread Jens Ansorg
Nicko Cadell wrote: Jens, Have you tried using log4net 1.2 beta8? It is more reliable that the 1.1.1 version and has improved internal debugging messages for investigating issues like this. I tried the beta but this did not give any error messages 8and no log output) at all But the issue got s

RE: RoolingFileAppender constant file extensions

2004-11-26 Thread Senthil Sivasubramanian S
The foll. config entry will backup with a ".log" Extension. Thanks. -Senthil SS. -Original Message- From: Mike Blake-Knox [mailto:[EMAIL PROTECTED] Sent: Friday, November 26, 2004 5:12 AM To: 'Log4NET User' Subject: RoolingFileAppender constant file extensions Windows file utilities

RoolingFileAppender constant file extensions

2004-11-26 Thread Mike Blake-Knox
Windows file utilities use a file's extension (text after the last "." in the name) to determine its type. File names generated by the RollingFileAppender seem to have a sequence number or date as the last text in the name. Is there a way to configure the RollingFileAppender so that the generated