MkObjectC - log a debugging-message to the MkLogFileC (default: stderr) … More...
MkObjectC - log a debugging-message to the MkLogFileC (default: stderr) …
This functions are "helpers" to support the programmer.
|
static |
Tcl:
→ C-API $obj DbgDump ?message:string="var"? ?callfunc:string="MK_NULL"?
debug: Dump a instance to stderr with LNG and MQ internal data…
Definition at line 417 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API $fmtobj DbgL message:string ?debug:int32=0? ?callfunc:string="MK_NULL"? ?lvl:int32=0?
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
Definition at line 437 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API $obj DbgLogC ?callfunc:string="MK_NULL"?
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
Definition at line 465 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkObjectC DbgM message:string ?debug:int32=0? ?callfunc:string="MK_NULL"? ?lvl:int32=0?
debug: write a static-marker to the MkLogFileC (default: stderr) …
Definition at line 525 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API $obj DbgO ?callfunc:string="MK_NULL"?
debug: write the object-details to MkLogFileC (default: stderr) …
Definition at line 483 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API $fmtobj DbgSTACK ?skip:int32=0? ?num:int32=-1? ?callfunc:string="MK_NULL"?
debug: write the stack-trace to MkLogFileC (default: stderr) …
Definition at line 501 of file MkObjectC_tcl.c.