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,
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
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
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
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]
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
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" ?>
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"
?>
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
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
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
11 matches
Mail list logo