MkBufferListC - various functions to 'log' a MkBufferListS … More...
Functions | |
void | csmkkernel.MkBufferListC.LogS (string varname="bfl", MkObjectC fmtobj=null, [CallerMemberName]string callfunc=null) |
C#: → C-API write the short-summary of the MkBufferListC to MkLogFileC (default: stderr) … | |
void | csmkkernel.MkBufferListC.LogSS (string varname="bfl", MkObjectC fmtobj=null, [CallerMemberName]string callfunc=null) |
C#: → C-API write the very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) … | |
void | csmkkernel.MkBufferListC.LogSSS (string varname="bfl", MkObjectC fmtobj=null, [CallerMemberName]string callfunc=null) |
C#: → C-API write the very-very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) … | |
MkBufferListC - various functions to 'log' a MkBufferListS …
|
inline |
C#:
→ C-API bfl.LogS(string varname = "bfl", MkObjectC fmtobj = null, [CallerMemberName]string callfunc = null)
write the short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
Definition at line 510 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.LogSS(string varname = "bfl", MkObjectC fmtobj = null, [CallerMemberName]string callfunc = null)
write the very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
Definition at line 520 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.LogSSS(string varname = "bfl", MkObjectC fmtobj = null, [CallerMemberName]string callfunc = null)
write the very-very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
Definition at line 530 of file MkBufferListC.cs.