By tag: Log4Net
0
kicks
Logging NHibernate SQL with log4net in ASP.NET
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 S...
0
kicks
Gibraltar Software has announced open Beta for logging and reporting
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. The...
0
kicks
Slick inline trace logging in ASP.NET using log4net
Easily configure log4net and ASP.NET to display inline tracing information on your pages for debugging and performance monitoring.
0
kicks
Configure log4net for Excel or LogParser friendly output
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.
0
kicks
Logging to the Database with Log4Net and ADO.Net
A short screencasts on performing logging to the Database with Log4Net and ADO.Net
0
kicks
Log4net: use Sql Server to log your application events
How to use Sql Server to log your application events with Log4net
0
kicks
Sending the LINQ To SQL log to log4net
A small class that help you redirect DataContext(LINQ to SQL) messages to log4net
0
kicks
Log4Net Config to Make Your Loggin' Rockin' | From C Sharp to C Sharp
Hot config for your Log4Net needs.
0
kicks
Writing an Appender for log4net
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 deve...
0
kicks
Log4net: simple way to use in your Asp.net application
How to use Log4net in your asp.net application.
0
kicks
In-Code Profiling with C# and log4net
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.
0
kicks
What is the fastest, DRYest way to (not) log?
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.
0
kicks
Log4Net And External Configuration File In ASP.NET 2.0
Describes a potential problem in trying to configure Log4Net to work with an external configuration file.
0
kicks
Configuring Log4Net with ASP.NET 2.0 in Medium Trust
Discusses problems and solutions for using Log4Net in an ASP.NET 2.0 application running under medium trust.