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=MK_NULL → 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 ) |
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=MK_NULL → 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 ) |
|
inline |
C++:
→ C-API ctx.Log(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC …
Definition at line 950 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.Log(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC …
Definition at line 940 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 970 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 960 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogEnv(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 990 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogEnv(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 980 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 1010 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 1000 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN ctx.LogParentOrChild()
is ctx a PARENT or a CHILD ? …
Definition at line 1080 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN ctx.LogServerOrClient()
is ctx a SERVER or a CLIENT ? …
Definition at line 1088 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 1030 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 1020 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 1050 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 1040 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogType(MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part MkTypeS …
Definition at line 1070 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.LogType(MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = __builtin_FUNCTION(), MK_I32 lvl = 0)
log the MqContextC part MkTypeS …
Definition at line 1060 of file MqContextC_inline_cc.hh.