New with log4net - Question

2004-08-04 Thread Reyes, Cynthia
I am new with log4net, and I have trouble understanding the concept of the logger.   Here’s what I think I know: the configuration file has appenders, which are the output destinations for logging. The section specifies the level for logging. I set the in here to “INFO”.   In my cod

Can"t write to a network drive

2004-08-04 Thread Cheng
I am using the log4net"s FileAppender. It is perfectly fine when the logfile is set to a directory in the local hard drive. However if the logfile is in a mapped network drive, log4net refuses to log anything and there is not any error message either. Is there any way to solve it? Here is th

using log4net in an addin application for vs2003

2004-08-04 Thread hf cheng
I am trying to use log4net in an addin application for vs2003. Where should I put the configurations for log4net? Thanks.

Error using ADONetAppender

2004-08-04 Thread Ping Xie
Hi, I'm try to log messages to Oracle database. I got the following debug errors when run my application. --- log4net:ERROR [ADONetAppender] Failed to load connection type

Logging levels

2004-08-04 Thread Eric Seifert
Is there a way to create a new logging level and create an appender for that logging level?

RE: ADONETAPPENDER

2004-08-04 Thread gerald . dupres
Thank you for your assistance, indeed with a buffersize = "1" évents are stored directly in base. But i have always a problem with the Windows services: Indeed on my server, i have a service which turns but no évent is registered in base, even with a buffersize = "1". If you could also help me o