Common Infrastructure Libraries for .NET

Reference Documentation

Authors

Mark Pollack, Erich Eichinger, Bruno Baia

Version 1.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 August 4, 2007


1. Common Logging
1.1. Introduction
1.2. Using Common.Logging API
1.3. Configuring Logging
1.3.1. Declarative Configuration
1.3.2. Configuring Logging in your code
1.4. Logging Adapters
1.4.1. NoOpLoggerFactoryAdapter
1.4.2. ConsoleOutLoggerFactoryAdapter
1.4.3. TraceLoggerFactoryAdapter
1.4.4. Log4NetLoggerFactoryAdapter
1.4.5. NLogLoggerFactoryAdapter
1.4.6. EntLibLoggingAdapter
1.5. Advanced Logging Tasks
1.5.1. Implementing a custom FactoryAdapter