MkRuntimeC - various functions to print information about the rt …
More...
MkRuntimeC - various functions to print information about the rt …
◆ MkRuntimeLog0
#define MkRuntimeLog0 |
( |
| ... | ) |
|
Value:
void MkRuntimeLog0_RT(MK_RT mkrt, MK_OBJN fmtobj, MK_DBG const debug, MK_STRN const callfunc, MK_I32 const lvl)
log the MkRuntimeC …
Definition at line 1881 of file kernel_overload_mk.h.
◆ MkRuntimeLog0_0
#define MkRuntimeLog0_0 |
( |
| ) |
|
◆ MkRuntimeLog0_1
#define MkRuntimeLog0_1 |
( |
| fmtobj | ) |
|
◆ MkRuntimeLog0_2
#define MkRuntimeLog0_2 |
( |
| fmtobj, |
|
|
| debug ) |
◆ MkRuntimeLog0_3
#define MkRuntimeLog0_3 |
( |
| fmtobj, |
|
|
| debug, |
|
|
| callfunc ) |
◆ MkRuntimeLog0_NULL
#define MkRuntimeLog0_NULL |
( |
| ... | ) |
|
◆ MkRuntimeLog0_RT()
log the MkRuntimeC …
- Parameters
-
[in] | mkrt | The runtime to log, (default=None → use the doc_mk_py_runtime-default) |
[in] | fmtobj | managed object used to format the log-message (default=None → use default-format) |
[in] | debug | the debug level from MkRuntimeS::debug, use 0 <= debug <= 9 (default=0 ) |
[in] | callfunc | a user-defined postfix to identify the calling-function or the environment (default = name-of-function, None = resolve-own-name) |
[in] | lvl | a user-defined prefix starting with "" for lvl=0 and increase with " " for lvl+1 (default=0 ) |
- See also
- MkRuntimeC