GeekArticles
Microsoft
C#A C# central logging mechanism using the Observer and Singleton patterns
Author: codeproject.com |
Published: 16th Feb 2008 |
Visited: 51 times |
Add CommentFiled in: CSharpA very powerful and clean way to add logging of all sorts to an application.
Read Article Sponsored Links
Related Articles
• Fallback Patterns for Ajax No matter how much the developer ensures that the application goes smoothly something will go wrong eventually. It may not happen today or the next few months but certain conditions will happen such as hardware or update incompatibility. That will lead to errors in executing an Ajax based applicatio ...
• Factory Patterns - Delphi OOP Chapter 26 in Delphi OOP :: This chapter explores the Factory patterns, which, instead of changing an object’s behaviour, provide ways of creating different objects to suit run time requirements.
Read the ful ...
• The Facade Patterns - Delphi OOP Chapter 23 in OOP Course :: Chapter summary: Using delegation (in the form of composition or association) in implementing patterns; Using the Adapter pattern; Object and class Adapters; Using the Facade pattern ...
• Patterns Sample chapter from the book The XML Schema Compa ...