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=null → use default-format) |
[in] | callfunc | a user-defined postfix to identify the calling-function or the environment (default = name-of-function, null = resolve-own-name) |
[in] | debug | the debug level from MkRuntimeS::debug, use 0 <= debug <= 9 (default=0 ) |
|
inline |
C#:
→ C-API ctx.LogConfig(MkObjectC fmtobj = null, int debug = 0, [CallerMemberName]string callfunc = null, int lvl = 0)
log the MqContextC part MqConfigS …
Definition at line 831 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.LogEnv(MkObjectC fmtobj = null, int debug = 0, [CallerMemberName]string callfunc = null, int lvl = 0)
log the MqContextC part MqEnvS …
Definition at line 840 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.LogLink(MkObjectC fmtobj = null, int debug = 0, [CallerMemberName]string callfunc = null, int lvl = 0)
log the MqContextC part MqLinkS …
Definition at line 849 of file MqContextC.cs.
|
inline |
C#:
→ C-API string ctx.LogParentOrChild()
is ctx a PARENT or a CHILD ? …
Definition at line 887 of file MqContextC.cs.
|
inline |
C#:
→ C-API string ctx.LogServerOrClient()
is ctx a SERVER or a CLIENT ? …
Definition at line 893 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.LogSetup(MkObjectC fmtobj = null, int debug = 0, [CallerMemberName]string callfunc = null, int lvl = 0)
log the MqContextC part MqSetupS …
Definition at line 858 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.LogShort(MkObjectC fmtobj = null, int debug = 0, [CallerMemberName]string callfunc = null, int lvl = 0, string label = null)
log the MqContextC with less info then MqContextLog …
Definition at line 867 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.LogType(MkObjectC fmtobj = null, int debug = 0, [CallerMemberName]string callfunc = null, int lvl = 0)
log the MqContextC part MkTypeS …
Definition at line 878 of file MqContextC.cs.