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 |
Python:
→ 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 386 of file MkObjectC_py.c.
|
static |
Python:
→ 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 406 of file MkObjectC_py.c.
|
static |
Python:
→ C-API obj.DbgLogC(?callfunc:string="MK_NULL"?)
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
Definition at line 434 of file MkObjectC_py.c.
|
static |
Python:
→ 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 494 of file MkObjectC_py.c.
|
static |
Python:
→ C-API obj.DbgO(?callfunc:string="MK_NULL"?)
debug: write the object-details to MkLogFileC (default: stderr) …
Definition at line 452 of file MkObjectC_py.c.
|
static |
Python:
→ 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 470 of file MkObjectC_py.c.