Implementation of the LoggerHelpers namespace functions used in the Bridge Pattern. More...
#include <chrono>
#include "helpers/DateTime.h"
#include "helpers/formatstring.h"
#include "Bridge_LoggerHelpers.h"
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 | __STDC_WANT_LIB_EXT1__ 1 |
Functions | |
std::string | FormatLogLine (const std::string &logLevel, const std::string &msg) |
Format a line for logging, including time stamp. | |
Implementation of the LoggerHelpers namespace functions used in the Bridge Pattern.
Definition in file Bridge_LoggerHelpers.cpp.
#define __STDC_WANT_LIB_EXT1__ 1 |
Definition at line 7 of file Bridge_LoggerHelpers.cpp.