X-TraceC++Library
|
#include "XtrMetadata.h"
#include "XtrReporter.h"
#include <string>
#include <sstream>
#include <vector>
#include <map>
Go to the source code of this file.
Data Structures | |
class | xtr::EventEdge |
Represents an edge in an X-Trace graph, i.e., a causal relationship between two events. More... | |
class | xtr::Event |
Represents an X-Trace Event, with enough information to generate an X-Trace report. More... | |
Namespaces | |
namespace | xtr |
High-level API for maintaining a global X-Trace context and reporting events with logging-like calls. |