Crate Htrace

Source

Modules§

CommandLine
File
HTracer
ModuleAbstract
Type
backtrace

Macros§

HTrace
shortcut for the log fonction (default to Type::NORMAL) can be use like that :
HTraceError
shortcut for the log function for Result>Error (default to Type::ERROR) take a result, and if it in error, trace it. do nothing if result is ok this only make sense if you want to receive the error information for debugging can be use like that :
backtrace
generate forced backtrace, it take some time
namedThread
spawn a thread with a specific name “{filename}_{line}” by default, or a string on the first argument automatically set threadSetName inside

Enums§

Errors