std::string const m_function_name
TracerOutput g_tracer_log
TracerOutput instance connected to g3log default logger.
FunctionTracer(const std::string &function_name)
Constructor inserts message in TrackerOutput about entering a function body.
void decrease_indent()
Decrease the indentation level.
void log(const std::string &msg)
Insert the message in the google log at given severity level.
Header for class FunctionTracer.
void increase_indent()
Increase the indentation level.
~FunctionTracer()
Destructor inserts message in TracketOutput about leaving funvtion body.