Tracer
v0.0.1
A platform independant stack trace generator
|
User configuration. More...
#include <FilePrinter.hpp>
Public Attributes | |
unsigned int | maxRecursionDepth = 4 |
Search for relative files recursively for maxRecursionDepth steps. | |
unsigned int | linesBefore = 4 |
Number of lines to print before the actual line. | |
unsigned int | linesAfter = 4 |
Number of lines to print after the actual line. | |
std::string | lineHighlightColor = "\x1b[1;31m" |
ANSI escape sequence color for the line. | |
User configuration.
Definition at line 51 of file FilePrinter.hpp.