Declaration of the LoggerHelpers namespace functions used in the Bridge Pattern. More...
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
namespace | DesignPatternExamples_cpp::LoggerHelpers |
Helper functions for all loggers. | |
Macros | |
#define | __BRIDGE_LOGGERHELPERS_H__ |
Functions | |
std::string | FormatLogLine (const std::string &logLevel, const std::string &msg) |
Format a line for logging, including time stamp. | |
Declaration of the LoggerHelpers namespace functions used in the Bridge Pattern.
Definition in file Bridge_LoggerHelpers.h.
#define __BRIDGE_LOGGERHELPERS_H__ |
Definition at line 8 of file Bridge_LoggerHelpers.h.