strusTrace  0.17
Namespaces | Functions
traceproc_std.hpp File Reference

Exported functions of the standard strus trace processor library. More...

#include <string>

Go to the source code of this file.

Namespaces

 strus
 strus toplevel namespace
 

Functions

TraceLoggerInterface * strus::createTraceLogger_json (const std::string &config, ErrorBufferInterface *errorhnd)
 Create an interface to the trace logger creating a call tree representation in JSON. More...
 
TraceLoggerInterface * strus::createTraceLogger_dump (const std::string &config, ErrorBufferInterface *errorhnd)
 Create an interface to the trace logger writing a trace immediately to stdout or file. More...
 
TraceLoggerInterface * strus::createTraceLogger_breakpoint (const std::string &config, ErrorBufferInterface *errorhnd)
 Create an interface to the trace logger than enables you to set debugger breakpoints on specific method calls. More...
 
TraceLoggerInterface * strus::createTraceLogger_count (const std::string &config, ErrorBufferInterface *errorhnd)
 Create an interface to the trace logger counting method call events (with the possibility to group by another type of event) ant writing the final counts to stdout or file. More...
 

Detailed Description

Exported functions of the standard strus trace processor library.