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.
This functions are "helpers" to support the programmer.
|
inline |
C++:
→ C-API obj.DbgDump(MK_STRN message = "var", MK_STRN callfunc = __builtin_FUNCTION())
debug: Dump a instance to stderr with LNG and MQ internal data…
Definition at line 154 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API fmtobj.DbgL(MK_STRN message, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
Definition at line 172 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API fmtobj.DbgL(MK_STRN message, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
Definition at line 163 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API obj.DbgLogC(MK_STRN callfunc = __builtin_FUNCTION())
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
Definition at line 182 of file MkObjectC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkObjectC::DbgM(MK_STRN message, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
debug: write a static-marker to the MkLogFileC (default: stderr) …
Definition at line 216 of file MkObjectC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkObjectC::DbgM(MK_STRN message, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
debug: write a static-marker to the MkLogFileC (default: stderr) …
Definition at line 208 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API obj.DbgO(MK_STRN callfunc = __builtin_FUNCTION())
debug: write the object-details to MkLogFileC (default: stderr) …
Definition at line 190 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API fmtobj.DbgSTACK(MK_I32 skip = 0, MK_I32 num = -1, MK_STRN callfunc = __builtin_FUNCTION())
debug: write the stack-trace to MkLogFileC (default: stderr) …
Definition at line 198 of file MkObjectC_inline_cc.hh.