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 |
Atl:
→ C-API MkObjectC::DbgDump $obj ?message:string="var"? ?callfunc:string="MK_NULL"?
debug: Dump a instance to stderr with LNG and MQ internal data…
Definition at line 394 of file MkObjectC_atl.c.
|
static |
Atl:
→ C-API MkObjectC::DbgL $fmtobj 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 414 of file MkObjectC_atl.c.
|
static |
Atl:
→ C-API MkObjectC::DbgLogC $obj ?callfunc:string="MK_NULL"?
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
Definition at line 442 of file MkObjectC_atl.c.
|
static |
Atl:
→ 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 502 of file MkObjectC_atl.c.
|
static |
Atl:
→ C-API MkObjectC::DbgO $obj ?callfunc:string="MK_NULL"?
debug: write the object-details to MkLogFileC (default: stderr) …
Definition at line 460 of file MkObjectC_atl.c.
|
static |
Atl:
→ C-API MkObjectC::DbgSTACK $fmtobj ?skip:int32=0? ?num:int32=-1? ?callfunc:string="MK_NULL"?
debug: write the stack-trace to MkLogFileC (default: stderr) …
Definition at line 478 of file MkObjectC_atl.c.