Stories recently tagged with 'Log4Net'

Logging NHibernate SQL with log4net in ASP.NET(leniel.net)

submitted by lenielleniel(489) 2 years, 8 months ago

Have you ever wondered how to log the SQL generated by NHibernate? This post tries to exemplify just that. NHibernate uses HQL to leverage its expressiveness to the developer, but behind the scenes there is an engine that transforms the HQL into pure SQL that is executed against the database. This SQL can be logged so that you can see its... read more...

add a comment |category: |Views: 255

tags: another

Gibraltar Software has announced open Beta for logging and reporting(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 9 months ago

Gibraltar Software has announced Beta 4 of their new application logging and reporting product as a public beta. We have been working with them over the past several months as they prepare to release their product and I am quite excited to finally have the ability to discuss it publicly. There are just so many uses for the product that once you start using it you will want to embed it into everything you build. What is it? Gibraltar is an end to end solution for logging, managing and reporting on your application. What you log is entirely up to your application. The product includes the ability to add trace listeners, log4net, and custom metric recording through custom code. read more...

1 comment |category: |Views: 16

tags: another

Slick inline trace logging in ASP.NET using log4net(ytechie.com)

submitted by SuperJasonSuperJason(2740) 2 years, 11 months ago

Easily configure log4net and ASP.NET to display inline tracing information on your pages for debugging and performance monitoring. read more...

add a comment |category: |Views: 35

tags: another

Configure log4net for Excel or LogParser friendly output(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 3 years, 2 months ago

log4net is a great logging framework, but parsing the output using standard tools can be difficult. This handy article shows you a few tweaks you can make to your configuration so that your output can be read by most tools. read more...

add a comment |category: |Views: 623

tags: another

Logging to the Database with Log4Net and ADO.Net(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 4 months ago

A short screencasts on performing logging to the Database with Log4Net and ADO.Net read more...

add a comment |category: |Views: 332

tags: another

Log4Net How to Use Examples(alteridem.net)

submitted by arthurzarthurz(40) 3 years, 11 months ago

Log4Net How to Use Examples from Toronto Code Camp 2008 read more...

add a comment |category: |Views: 571

tags: another

Log4net: use Sql Server to log your application events(blog.emanuelebartolesi.com)

submitted by kasukenkasuken(275) 3 years, 11 months ago

How to use Sql Server to log your application events with Log4net read more...

add a comment |category: |Views: 436

tags: another

Sending the LINQ To SQL log to log4net(devintelligence.com)

submitted by adventureradventurer(2244) 4 years ago

A small class that help you redirect DataContext(LINQ to SQL) messages to log4net read more...

add a comment |category: |Views: 162

tags: another

Writing an Appender for log4net(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 1 month ago

The open source logging library log4net ships with most of the appenders you will ever need, but if you need to write your own, it is surprisingly easy to do. This article describes how to write a simple appender that allows you to show a message box whenever an error log occurs and allows the developer to break into the debugger to fix the error. It makes sure that runtime errors are dealt with by the developer, not lost in a log file. This example could easily be extended to do things like open issues in a bug tracking system on errors. read more...

add a comment |category: |Views: 89

tags: another

Log4Net Config to Make Your Loggin' Rockin' | From C Sharp to C Sharp(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 4 years, 1 month ago

Hot config for your Log4Net needs. read more...

1 comment |category: |Views: 61

tags: another

Log4net: simple way to use in your Asp.net application(blog.emanuelebartolesi.com)

submitted by kasukenkasuken(275) 4 years, 1 month ago

How to use Log4net in your asp.net application. read more...

2 comments |category: |Views: 84

tags: another

In-Code Profiling with C# and log4net(jachman.wordpress.com)

submitted by JachmanJachman(530) 4 years, 4 months ago

There are many tools that can be used for profiling software. These tools are a great enrichment for our job, but sometimes they are oversized. Sometimes, you need a small solution for a particular piece of code. If you find yourself at this point, I will show you a solution here. read more...

add a comment |category: |Views: 352

tags: another

What is the fastest, DRYest way to (not) log?(dotnet.org.za)

submitted by trumpitrumpi(370) 4 years, 7 months ago

The log4net FAQ asks the question What is the fastest way of (not) logging? It outlines two techniques of logging; the post will present one more using anonymous methods. read more...

1 comment |category: |Views: 10

tags: another

Log4Net And External Configuration File In ASP.NET 2.0(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 6 months ago

Describes a potential problem in trying to configure Log4Net to work with an external configuration file. read more...

add a comment |category: |Views: 256

tags: another

Configuring Log4Net with ASP.NET 2.0 in Medium Trust(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 7 months ago

Discusses problems and solutions for using Log4Net in an ASP.NET 2.0 application running under medium trust. read more...

add a comment |category: |Views: 147

tags: another