Design Pattern Examples
Overview of object-oriented design patterns
Bridge_Logger.cs File Reference

The Logger class as used in the Bridge pattern. More...

Go to the source code of this file.

Classes

class  Logger
 Represents the logger object to be used in the program. More...
 

Namespaces

namespace  DesignPatternExamples_csharp
 The namespace containing all Design Pattern Examples implemented in C#.
 

Detailed Description

The Logger class as used in the Bridge pattern.

Definition in file Bridge_Logger.cs.