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#. | |
The Logger class as used in the Bridge pattern.
Definition in file Bridge_Logger.cs.