Tracer  v0.0.1
A platform independant stack trace generator
tr_DefaultPrinter_Config Struct Reference

User configuration structure. More...

#include <tracer.h>

Public Attributes

char prefix [64]
 Perefix (prefix [functionName])
 
char seper1 [64]
 1st seperator
 
char seper2 [64]
 2nd seperator
 
char seper3 [64]
 3rd seperator
 
char suffix [64]
 suffix
 
char colorFrameNum [64]
 ANSI escape sequence for the Frame number color.
 
char colorNotFound [64]
 ANSI escape sequence for the "Not Found" color.
 
char colorAddress [64]
 ANSI escape sequence for the Address color.
 
char colorFuncName [64]
 ANSI escape sequence for the Function Name color.
 
char colorLineInfo [64]
 ANSI escape sequence for the Line information color.
 
char colorModule [64]
 ANSI escape sequence for the Frame number color.
 
TR_BOOL_t shortenFiles
 The source file path.
 
TR_BOOL_t shortenModules
 The executable module (.so/.dll/.exe)
 
TR_BOOL_t canonicalizePaths
 Fixes path names if they contain "/../" or are relative.
 

Detailed Description

User configuration structure.

Definition at line 83 of file tracer.h.


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