Declaration of the ILogger interface used by all logger classes in the Bridge Pattern. More...
#include <string>
Go to the source code of this file.
Classes | |
struct | ILogger |
Represents an implementation of a logger object as call from the Logger class. More... | |
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Macros | |
#define | __BRIDGE_LOGGERINTERFACE_H__ |
Declaration of the ILogger interface used by all logger classes in the Bridge Pattern.
Definition in file Bridge_LoggerInterface.h.
#define __BRIDGE_LOGGERINTERFACE_H__ |
Definition at line 8 of file Bridge_LoggerInterface.h.