Devintelligence.com

In .Net we trust
Welcome to Devintelligence.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » log4net
  • Sending the LINQ To SQL log to log4net

    DataContext Log Property can be used to print generated SQL query or command in the console window as shown below:   db.Log = Console.Out; If you want to print the SQL query in DebugView or VS Output window you may use DebugWriter class(by Kris Vandermotten) .The usage of the class is pretty simple ...   db.Log = new ...
    Posted to .Net Adventures (Weblog) by admin on January 26, 2008
  • Log4Net Viewer 0.7.0.0

    Log4Net Viewer is a GUI log viewer and filter for the Log4Net library. By default it listens for LoggingEvent objects sent using the UdpAppender and displays them in a table.
    Posted to Applications (FileGallery) by admin on November 27, 2006
Powered by Community Server, by Telligent Systems