Browse by Tags

Related Posts

  • Re: Best option for logging

    If you ended up using log4net, you might also find the log4net dashboard and viewer a useful tool . It is a web application for analyzing and monitoring logs. You can download a free developer version from the website. There is also a forum with a structured archive of the log4net mailinglist which is...
    Posted to Getting Started (Forum) by solheims on 11-02-2008, 12:00 AM
    Filed under: C# asp.net, Log, log4net, logging
  • log4net securityContext

    Greets all, I've been using log4net for a while now and absolutely love it for my application logging. However, our web apps run with impersonation on and our server admin has locked down the server pretty tight so by default, the user that is being impersonated does not have write access to the...
    Posted to Free For All (Forum) by Dillie-O on 05-17-2007, 12:00 AM
    Filed under: log4net
  • Re: Help me with log4net

    Hello. In order to work with log4net, you need to: 1. Reference log4net.dll in your project 2. Add config handler as you already did, but because of changes in ASP.NET 2.0 security model, please do it like this: < configSections > < section name= "log4net" type= "log4net.Config.Log4NetConfigurationSectionHandler...
    Posted to Free For All (Forum) by Dejan Vesic on 12-08-2006, 12:00 AM
    Filed under: log4net
  • log4net failed to log line number & file name

    I am creating an asp.net application. I am using log4net to write logs to file, and i want to use %F-%L pattern to log the file name and line number. when i run it locally (debug in visual studio 2005), it works well. however when i deployed the application to server (IIS on windows 2003 server), the...
    Posted to Web Forms (Forum) by niyanshi on 06-23-2009, 12:00 AM
    Filed under: log4net
  • Re: Help me with log4net

    Well, there is no too much to say about TraceAppender It is using standard Trace class, for which you need to configure Listeners (look at article). Personally, I do not use it, I am using Console / File and SMTP Appenders.
    Posted to Free For All (Forum) by Dejan Vesic on 12-12-2006, 12:00 AM
    Filed under: log4net
  • Re: Help me with log4net

    I believe that this is matter of relative path problem - you need to specify exactly where config file is. Try this: XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(Server.MapPath("~/Log4Net.config") ));
    Posted to Free For All (Forum) by Dejan Vesic on 12-11-2006, 12:00 AM
    Filed under: log4net
  • log4net Error 52 Unrecognized configuration section log4net.

    I am trying to use log4net in my asp.net 3.5 application. But it's thwowing comile error. Error 52 Unrecognized configuration section log4net.
    Posted to Component Discussions (Forum) by sridharakrishna on 09-07-2009, 12:00 AM
    Filed under: Unrecognized configuration section log4net., log4net
Page 1 of 1 (7 items)