Monday, May 21, 2012
 
The best way to analyze your logs! Minimize
 Log4Net Mail archive   

The Log4Net mailing list is a great source of information about using log4Net, in this forum we collect all the messages in the log4net user list and some selected threads from the developer list.

Subject: Issues configuring log4net programmatically
Prev Next
You are not authorized to post a reply.

Author Messages
Chris Stoyles

11/25/2008 11:25 PM  
Hi guys,

I've got a Windows Forms Application written in C# under .NET 2.0. Inside the static main method for the application I've got the following:

                FileAppender appender = new FileAppender();
                appender.Layout = new SimpleLayout();
                appender.File = "mylog.log";
                appender.Threshold = Level.Debug;
                appender.ActivateOptions();
               
                BasicConfigurator.Configure(appender);

The log file gets created, however none of my calls to Debug() ever produce any log entries in the file. Below is an example of this, I have written a class called BasicClass which helps the form do some work:

private static readonly ILog log = LogManager.GetLogger(typeof(BasicClass));

and further down I do something like this:

log.Debug("my log message");

Am I setting the Threshold property in the wrong area or something like that? I've been trying to get this thing working all afternoon with no luck...hopefully someone can point out what stupid mistake I am making.

Chris.
You are not authorized to post a reply.
Forums > Log4Net > Log4Net Mail archive > Issues configuring log4net programmatically



ActiveForums 3.7

 

 

 

 

 

 

 

 

Log4Net Dashboard

Log analysis and monitoring made easy!

Log4Net Dashboard is a log viewer that can read log statements from a variety of logging output targets.

You can download a free developer version.

  

Check it out!

On the demonstration site you can try it  with live data.demo.l4ndash.com - Try Log4Net Dashboard with live data

The mail archive is a copy of all the mail sent to the mail address: log4net-user@logging.apache.org, organized as a forum.

If you would like to participate in the mail list, send a mail to log4net-user-subscribe@logging.apache.org.

More information about the mailing list is available on: http://logging.apache.org/log4net/support.html

 

A complete topic list is available and can be viewed here (warning, it takes some time to load)

 

Copyright 2005-2008 by FaktNet AS Terms Of Use Privacy Statement