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