Manages debug info about processes.
More...
|
template<typename... _ArgTs> |
static bool | Assert (const source_location &location, bool test, const char *test_str, _ArgTs &&...oArgs) |
|
template<typename _Ty > |
static void | Dump (const _Ty &value, const char *name, const source_location &location) |
| Writes a debug dump record to the log. More...
|
|
Manages debug info about processes.
Definition at line 44 of file debug.hpp.
template<typename _Ty >
static void xtd::Debug::Dump |
( |
const _Ty & |
value, |
|
|
const char * |
name, |
|
|
const source_location & |
location |
|
) |
| |
|
inlinestatic |
Writes a debug dump record to the log.
The method is rarely called directly, instead use the DUMP maco which produces the correct name and location members
- Parameters
-
value | the value to dump |
name | name of the item to dump |
location | location of the call site |
Definition at line 53 of file debug.hpp.
The documentation for this class was generated from the following file: