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

The ILogger interface as used on all loggers in the Bridge pattern. More...

Go to the source code of this file.

Classes

interface  ILogger
 Represents an implementation of a logger object as call from the Logger class. More...
 

Namespaces

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

Detailed Description

The ILogger interface as used on all loggers in the Bridge pattern.

Definition in file Bridge_LoggerInterface.cs.