You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-user@logging.apache.org by Gary Hinger <Ga...@wildtangent.com> on 2006/06/29 02:44:15 UTC

log4net logging not working

Every kind of log4net logging I've tried fails to work.

 

For example, even attempting basic logging in a C# web app results in no
console output:

 

                  BasicConfigurator.Configure();

                  log.Fatal( "Hello world!" );

 

Any ideas?