stldb::cerr_tracer
// In header: </Users/bobw/workspace/stldb_lib/stldb/trace.h> class cerr_tracer : public stldb::tracer { public: // construct/copy/destruct cerr_tracer(); // public member functions void log(trace_level_t, const char *, int, const char *) ; bool file_loc_included() const; void set_file_loc_included(bool) ; };