The NullLogger class as used in the Bridge pattern. More...
Go to the source code of this file.
Classes | |
class | NullLogger |
Represents a logger that throws away anything sent its way. More... | |
Namespaces | |
namespace | DesignPatternExamples_csharp |
The namespace containing all Design Pattern Examples implemented in C#. | |
The NullLogger class as used in the Bridge pattern.
Definition in file Bridge_NullLogger.cs.