Tracer  v0.0.1
A platform independant stack trace generator
tracer::FilePrinter::FileConfig Struct Reference

User configuration. More...

#include <FilePrinter.hpp>

+ Collaboration diagram for tracer::FilePrinter::FileConfig:

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.
 

Detailed Description

User configuration.

Definition at line 51 of file FilePrinter.hpp.


The documentation for this struct was generated from the following file: