MkObjectC - log a debugging-message to the MkLogFileC (default: stderr) … More...
Functions | |
void | csmkkernel.MkObjectC.DbgDump (string message="var", [CallerMemberName]string callfunc=null) |
C#: → C-API debug: Dump a instance to stderr with LNG and MQ internal data… | |
void | csmkkernel.MkObjectC.DbgL (string message, int debug=0, [CallerMemberName]string callfunc=null, int lvl=0) |
C#: → C-API debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix … | |
void | csmkkernel.MkObjectC.DbgLogC ([CallerMemberName]string callfunc=null) |
C#: → C-API debug: write a short-obj-summary to MkLogFileC (default: stderr) … | |
void | csmkkernel.MkObjectC.DbgO ([CallerMemberName]string callfunc=null) |
C#: → C-API debug: write the object-details to MkLogFileC (default: stderr) … | |
void | csmkkernel.MkObjectC.DbgSTACK (int skip=0, int num=-1, [CallerMemberName]string callfunc=null) |
C#: → C-API debug: write the stack-trace to MkLogFileC (default: stderr) … | |
static void | csmkkernel.MkObjectC.DbgM (string message, int debug=0, [CallerMemberName]string callfunc=null, int lvl=0) |
C#: → C-API debug: write a static-marker to the MkLogFileC (default: stderr) … | |
MkObjectC - log a debugging-message to the MkLogFileC (default: stderr) …
This functions are "helpers" to support the programmer.
|
inline |
C#:
→ C-API obj.DbgDump(string message = "var", [CallerMemberName]string callfunc = null)
debug: Dump a instance to stderr with LNG and MQ internal data…
Definition at line 441 of file MkObjectC.cs.
|
inline |
C#:
→ C-API fmtobj.DbgL(string message, int debug = 0, [CallerMemberName]string callfunc = null, int lvl = 0)
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
Definition at line 451 of file MkObjectC.cs.
|
inline |
C#:
→ C-API obj.DbgLogC([CallerMemberName]string callfunc = null)
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
Definition at line 461 of file MkObjectC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkObjectC.DbgM(string message, int debug = 0, [CallerMemberName]string callfunc = null, int lvl = 0)
debug: write a static-marker to the MkLogFileC (default: stderr) …
Definition at line 484 of file MkObjectC.cs.
|
inline |
C#:
→ C-API obj.DbgO([CallerMemberName]string callfunc = null)
debug: write the object-details to MkLogFileC (default: stderr) …
Definition at line 468 of file MkObjectC.cs.
|
inline |
C#:
→ C-API fmtobj.DbgSTACK(int skip = 0, int num = -1, [CallerMemberName]string callfunc = null)
debug: write the stack-trace to MkLogFileC (default: stderr) …
Definition at line 475 of file MkObjectC.cs.