MqContextC - log the output to a string or a MkLogFileC … More...
MqContextC - log the output to a string or a MkLogFileC …
Logging is an important part of the debugging and validation task.
The logging target is set with MkRuntimeLogTargetSet wich accepts a filename or the special token stdout or stderr.
Many logging functions have common parameters:
[in] | fmtobj | managed object used to format the log-message (default=None → use default-format) |
[in] | callfunc | a user-defined postfix to identify the calling-function or the environment (default = name-of-function, None = resolve-own-name) |
[in] | debug | the debug level from MkRuntimeS::debug, use 0 <= debug <= 9 (default=0 ) |
|
static |
Definition at line 1599 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.LogConfig(?fmtobj:MkObjectC=None?, ?debug:int32=0?, ?callfunc:string="MK_NULL"?, ?lvl:int32=0?)
log the MqContextC part MqConfigS …
Definition at line 1602 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.LogEnv(?fmtobj:MkObjectC=None?, ?debug:int32=0?, ?callfunc:string="MK_NULL"?, ?lvl:int32=0?)
log the MqContextC part MqEnvS …
Definition at line 1630 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.LogLink(?fmtobj:MkObjectC=None?, ?debug:int32=0?, ?callfunc:string="MK_NULL"?, ?lvl:int32=0?)
log the MqContextC part MqLinkS …
Definition at line 1658 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.LogParentOrChild()
is ctx a PARENT or a CHILD ? …
Definition at line 1772 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.LogServerOrClient()
is ctx a SERVER or a CLIENT ? …
Definition at line 1785 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.LogSetup(?fmtobj:MkObjectC=None?, ?debug:int32=0?, ?callfunc:string="MK_NULL"?, ?lvl:int32=0?)
log the MqContextC part MqSetupS …
Definition at line 1686 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.LogShort(?fmtobj:MkObjectC=None?, ?debug:int32=0?, ?callfunc:string="MK_NULL"?, ?lvl:int32=0?, ?label:string="None"?)
log the MqContextC with less info then MqContextLog …
Definition at line 1714 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.LogType(?fmtobj:MkObjectC=None?, ?debug:int32=0?, ?callfunc:string="MK_NULL"?, ?lvl:int32=0?)
log the MqContextC part MkTypeS …
Definition at line 1744 of file MqContextC_py.c.