Common Infrastructure Libraries for .NET

Reference Documentation

Authors

Mark Pollack , Erich Eichinger , Bruno Baia

Version 2.0

Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.

Last Updated: April 26, 2009


1. Common Logging
1.1. Introduction
1.2. Upgrading from previous versions
1.2.1. Upgrading to 2.0
1.3. Using Common.Logging API
1.4. Configuring Logging
1.4.1. Declarative Configuration
1.4.2. Configuring Logging in your code
1.5. Logging Adapters
1.5.1. NoOpLoggerFactoryAdapter
1.5.2. ConsoleOutLoggerFactoryAdapter
1.5.3. TraceLoggerFactoryAdapter
1.5.4. Log4NetLoggerFactoryAdapter
1.5.5. NLogLoggerFactoryAdapter
1.5.6. Enterprise Library 3.1 Logging Adapter
1.5.7. Enterprise Library 4.1 Logging Adapter
1.6. Advanced Logging Tasks
1.6.1. Integrating with System.Diagnostics.Trace
1.6.2. Implementing a custom FactoryAdapter
1.6.3. Bridging logging systems