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 ) |
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 ) |
|
inline |
C++:
→ C-API ctx.LogConfig(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part libmqmsgque::MqConfigS …
Definition at line 862 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogConfig(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part libmqmsgque::MqConfigS …
Definition at line 853 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogEnv(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part libmqmsgque::MqEnvS …
Definition at line 880 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogEnv(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part libmqmsgque::MqEnvS …
Definition at line 871 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogLink(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part libmqmsgque::MqLinkS …
Definition at line 898 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogLink(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part libmqmsgque::MqLinkS …
Definition at line 889 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN ctx.LogParentOrChild()
is ctx a PARENT or a CHILD ? …
Definition at line 961 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN ctx.LogServerOrClient()
is ctx a SERVER or a CLIENT ? …
Definition at line 968 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogSetup(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part libmqmsgque::MqSetupS …
Definition at line 916 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogSetup(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part libmqmsgque::MqSetupS …
Definition at line 907 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogShort(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0, MK_STRN label = NULL)
log the MqContextC with less info then MqContextLog …
Definition at line 934 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogShort(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0, MK_STRN label = NULL)
log the MqContextC with less info then MqContextLog …
Definition at line 925 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogType(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part MkTypeS …
Definition at line 952 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogType(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part MkTypeS …
Definition at line 943 of file MqContextC_inline_cc.hh.