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="MK_NULL" → use default-format) |
[in] | callfunc | a user-defined postfix to identify the calling-function or the environment (default = name-of-function, "MK_NULL" = resolve-own-name) |
[in] | debug | the debug level from MkRuntimeS::debug, use 0 <= debug <= 9 (default=0 ) |
|
static |
Definition at line 1630 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MqContextC::LogConfig $ctx ?fmtobj:MkObjectC=NULL? ?debug:int32=0? ?callfunc:string="MK_NULL"? ?lvl:int32=0?
log the MqContextC part MqConfigS …
Definition at line 1633 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MqContextC::LogEnv $ctx ?fmtobj:MkObjectC=NULL? ?debug:int32=0? ?callfunc:string="MK_NULL"? ?lvl:int32=0?
log the MqContextC part MqEnvS …
Definition at line 1661 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MqContextC::LogLink $ctx ?fmtobj:MkObjectC=NULL? ?debug:int32=0? ?callfunc:string="MK_NULL"? ?lvl:int32=0?
log the MqContextC part MqLinkS …
Definition at line 1689 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API string [MqContextC::LogParentOrChild $ctx]
is ctx a PARENT or a CHILD ? …
Definition at line 1803 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API string [MqContextC::LogServerOrClient $ctx]
is ctx a SERVER or a CLIENT ? …
Definition at line 1816 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MqContextC::LogSetup $ctx ?fmtobj:MkObjectC=NULL? ?debug:int32=0? ?callfunc:string="MK_NULL"? ?lvl:int32=0?
log the MqContextC part MqSetupS …
Definition at line 1717 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MqContextC::LogShort $ctx ?fmtobj:MkObjectC=NULL? ?debug:int32=0? ?callfunc:string="MK_NULL"? ?lvl:int32=0? ?label:string="NULL"?
log the MqContextC with less info then MqContextLog …
Definition at line 1745 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MqContextC::LogType $ctx ?fmtobj:MkObjectC=NULL? ?debug:int32=0? ?callfunc:string="MK_NULL"? ?lvl:int32=0?
log the MqContextC part MkTypeS …
Definition at line 1775 of file MqContextC_atl.c.