David rouillon wrote:
Nicko,
A tried the MySQL connector first with this appender:
type="log4net.Appender.ADONetAppender" >
value="MySql.Data.MySqlClient.MySqlConnection, MySql.Data" />
value="database=log4net;server=localhost;user id=user;password=userpass"
/>
MySQL doesn't use the @variab
lity with the official MySql
connector?
Thanks for your help
David
-Message d'origine-
De : Nicko Cadell [mailto:[EMAIL PROTECTED]
Envoyé : samedi 27 novembre 2004 13:18
À : Log4NET User
Objet : RE: ASP.NET and log4net
Marc,
How are you configuring log4net? Programmatically? Or u
you will probably need to use
DebugView from http://www.sysinternals.com.
Nicko
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: 26 November 2004 10:50
> To: log4net-user@logging.apache.org
> Subject: ASP.NET and log4net
>
>
&g
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"
?>