8 #include <g3log/g3log.hpp>
31 for (
unsigned int i = 0; i < m_indent; ++i) {
35 LOG(INFO) << os.str();
TracerOutput g_tracer_log
TracerOutput instance connected to g3log default logger.
void set_output_off()
Stop making output (ok even if output already stopped).
void decrease_indent()
Decrease the indentation level.
Class used to channel output of the BlockTracer, FunctionTracer and MemberTracer objects to the g3log...
void log(const std::string &msg)
Insert the message in the google log at given severity level.
bool is_output_on()
Indicate whether current making output.
void increase_indent()
Increase the indentation level.
void set_output_on()
Start making output (ok even output already started).