Can't get Log4Net to work in my ASP.NET website :(
问题 really simple question -> i can't seem to get any data from Log4Net in my ASP.NET application. I've got a simple ASP.NET website, which references a class library. In this class library, I have some lines that call the logger. I'm trying to read the log4net output data in my Visual Studio 2008 debugging Output window . Here's my code and my configuration... //Class Library project //File: Foo.cs public class FooService { private static readonly ILog log = LogManager.GetLogger(typeof