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 MkRuntimeSetLogfile 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 ) |
[in] | debug | the debug level from MkRuntimeS::debug, use 0 <= debug <= 9 (default=0 ) |
|
static |
Python:
→ C-API ctx.Log(?fmtobj:MkObjectC=None?, ?debug:int32=0?, ?callfunc:string="MK_NULL"?, ?lvl:int32=0?)
log the MqContextC …
Definition at line 1589 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 1617 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 1645 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 1673 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.LogParentOrChild()
is ctx a PARENT or a CHILD ? …
Definition at line 1787 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.LogServerOrClient()
is ctx a SERVER or a CLIENT ? …
Definition at line 1800 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 1701 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 1729 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 1759 of file MqContextC_py.c.