Working with Log4net
(Page 1 of 4 )
In this second part to a multi-part series, you will learn what you can do with log4net, an application logging framework for the .NET platform. This article is excerpted from chapter four of
Windows Developer Power Tools, written by James Avery and Jim Holmes (O'Reilly, 2006; ISBN: 0596527543). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.
4.2 Diagnosing Without Downtime via log4net
log4net is an application logging framework for the .NET platform, originally ported from the popular log4j framework for Java. Application logging serves two main purposes: to aid in application development and testing, and to enable runtime monitoring and diagnosis of applications in production.
log4net provides a mechanism for standardized, runtime-configurable application logging with minimal impact on application development and runtime performance.
log4net at a GlanceTool | log4net |
Version covered | 1.2 |
Home page | http://logging.apache.org/log4net/ |
Power Tools page | http://www.windevpowertools.com/tools/143 |
log4net at a Glance (continued)Summary | Application logging framework for .NET |
License type | Apache License 2.0 |
Online resources | Mailing lists |
Supported Frameworks | .NET 1.0, 1.1, 2.0 .NET Compact Framework 1.0 (1.0.5000) Mono 1.1.13 |
| | Microsoft Shared Source CLI 1.0 Compatible |
Next: Getting Started >>
More BrainDump Articles
More By O'Reilly Media
|
This article is excerpted from chapter four of Windows Developer Power Tools, written by James Avery and Jim Holmes (O'Reilly, 2006; ISBN: 0596527543). Check it out today at your favorite bookstore. Buy this book now.
|
|