#include <MarkBlockLogger.h>
Public Member Functions | |
MarkBlockLogger (Logger *logger, const std::string &blockName) | |
virtual | ~MarkBlockLogger (void) |
Private Attributes | |
Logger * | logger |
std::string | blockName |
Create an instance of this class at the start of a scoped block, passing it the logger to use and the name of the block. The block entry and exit will be marked using the scope name, logger to the logger at the MARKBLOCK log level.
|
Constructor - Marks Block entry
|
|
|
|
|
|
|