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#. | |
The ILogger interface as used on all loggers in the Bridge pattern.
Definition in file Bridge_LoggerInterface.cs.