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 |
Ruby:
→ 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 368 of file MkObjectC_rb.c.
|
static |
Ruby:
→ 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 385 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API obj.DbgLogC(?callfunc:string="MK_NULL"?)
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
Definition at line 410 of file MkObjectC_rb.c.
|
static |
Ruby:
→ 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 461 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API obj.DbgO(?callfunc:string="MK_NULL"?)
debug: write the object-details to MkLogFileC (default: stderr) …
Definition at line 425 of file MkObjectC_rb.c.
|
static |
Ruby:
→ 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 440 of file MkObjectC_rb.c.