Files | |
file | edge_trace.h |
Edge trace API. | |
Functions | |
void | edge_trace_init (int color_mode) |
The function may be used to initialize the Edge Trace API. More... | |
void | edge_trace_destroy () |
The function destroys the Edge Trace API and frees the related resources. | |
void edge_trace_init | ( | int | color_mode | ) |
The function may be used to initialize the Edge Trace API.
color_mode | Set to true if ANSI color coded logging is needed. By setting false the plain text log is written. |