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=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=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 ) |
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_LogConfig | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | fmtobj, | ||
jint | debug, | ||
jstring | callfunc, | ||
jint | lvl ) |
Java:
→ C-API ctx.LogConfig(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqConfigS …
Definition at line 1013 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_LogEnv | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | fmtobj, | ||
jint | debug, | ||
jstring | callfunc, | ||
jint | lvl ) |
Java:
→ C-API ctx.LogEnv(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqEnvS …
Definition at line 1033 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_LogLink | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | fmtobj, | ||
jint | debug, | ||
jstring | callfunc, | ||
jint | lvl ) |
Java:
→ C-API ctx.LogLink(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqLinkS …
Definition at line 1053 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_LogParentOrChild | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String ctx.LogParentOrChild()
is ctx a PARENT or a CHILD ? …
Definition at line 1136 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_LogServerOrClient | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String ctx.LogServerOrClient()
is ctx a SERVER or a CLIENT ? …
Definition at line 1148 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_LogSetup | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | fmtobj, | ||
jint | debug, | ||
jstring | callfunc, | ||
jint | lvl ) |
Java:
→ C-API ctx.LogSetup(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqSetupS …
Definition at line 1073 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_LogShort | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | fmtobj, | ||
jint | debug, | ||
jstring | callfunc, | ||
jint | lvl, | ||
jstring | label ) |
Java:
→ C-API ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?, ?String label = null?)
log the MqContextC with less info then MqContextLog …
Definition at line 1093 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_LogType | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | fmtobj, | ||
jint | debug, | ||
jstring | callfunc, | ||
jint | lvl ) |
Java:
→ C-API ctx.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MkTypeS …
Definition at line 1116 of file MqContextC_jv.c.
void jvmqmsgque.MqContextC.Log | ( | ) |
Java:
→ C-API ctx.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC …
Definition at line 543 of file MqContextC.java.
void jvmqmsgque.MqContextC.Log | ( | MkObjectC | fmtobj | ) |
Java:
→ C-API ctx.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC …
Definition at line 548 of file MqContextC.java.
void jvmqmsgque.MqContextC.Log | ( | MkObjectC | fmtobj, |
int | debug ) |
Java:
→ C-API ctx.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC …
Definition at line 553 of file MqContextC.java.
void jvmqmsgque.MqContextC.Log | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc ) |
Java:
→ C-API ctx.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC …
Definition at line 558 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogConfig | ( | ) |
Java:
→ C-API ctx.LogConfig(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqConfigS …
Definition at line 403 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogConfig | ( | MkObjectC | fmtobj | ) |
Java:
→ C-API ctx.LogConfig(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqConfigS …
Definition at line 408 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogConfig | ( | MkObjectC | fmtobj, |
int | debug ) |
Java:
→ C-API ctx.LogConfig(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqConfigS …
Definition at line 413 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogConfig | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc ) |
Java:
→ C-API ctx.LogConfig(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqConfigS …
Definition at line 418 of file MqContextC.java.
native void jvmqmsgque.MqContextC.LogConfig | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc, | ||
int | lvl ) |
void jvmqmsgque.MqContextC.LogEnv | ( | ) |
Java:
→ C-API ctx.LogEnv(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqEnvS …
Definition at line 426 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogEnv | ( | MkObjectC | fmtobj | ) |
Java:
→ C-API ctx.LogEnv(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqEnvS …
Definition at line 431 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogEnv | ( | MkObjectC | fmtobj, |
int | debug ) |
Java:
→ C-API ctx.LogEnv(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqEnvS …
Definition at line 436 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogEnv | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc ) |
Java:
→ C-API ctx.LogEnv(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqEnvS …
Definition at line 441 of file MqContextC.java.
native void jvmqmsgque.MqContextC.LogEnv | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc, | ||
int | lvl ) |
void jvmqmsgque.MqContextC.LogLink | ( | ) |
Java:
→ C-API ctx.LogLink(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqLinkS …
Definition at line 449 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogLink | ( | MkObjectC | fmtobj | ) |
Java:
→ C-API ctx.LogLink(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqLinkS …
Definition at line 454 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogLink | ( | MkObjectC | fmtobj, |
int | debug ) |
Java:
→ C-API ctx.LogLink(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqLinkS …
Definition at line 459 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogLink | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc ) |
Java:
→ C-API ctx.LogLink(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqLinkS …
Definition at line 464 of file MqContextC.java.
native void jvmqmsgque.MqContextC.LogLink | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc, | ||
int | lvl ) |
native String jvmqmsgque.MqContextC.LogParentOrChild | ( | ) |
Java:
→ C-API String ctx.LogParentOrChild()
is ctx a PARENT or a CHILD ? …
native String jvmqmsgque.MqContextC.LogServerOrClient | ( | ) |
Java:
→ C-API String ctx.LogServerOrClient()
is ctx a SERVER or a CLIENT ? …
void jvmqmsgque.MqContextC.LogSetup | ( | ) |
Java:
→ C-API ctx.LogSetup(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqSetupS …
Definition at line 472 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogSetup | ( | MkObjectC | fmtobj | ) |
Java:
→ C-API ctx.LogSetup(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqSetupS …
Definition at line 477 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogSetup | ( | MkObjectC | fmtobj, |
int | debug ) |
Java:
→ C-API ctx.LogSetup(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqSetupS …
Definition at line 482 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogSetup | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc ) |
Java:
→ C-API ctx.LogSetup(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MqSetupS …
Definition at line 487 of file MqContextC.java.
native void jvmqmsgque.MqContextC.LogSetup | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc, | ||
int | lvl ) |
void jvmqmsgque.MqContextC.LogShort | ( | ) |
Java:
→ C-API ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?, ?String label = null?)
log the MqContextC with less info then MqContextLog …
Definition at line 495 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogShort | ( | MkObjectC | fmtobj | ) |
Java:
→ C-API ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?, ?String label = null?)
log the MqContextC with less info then MqContextLog …
Definition at line 500 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogShort | ( | MkObjectC | fmtobj, |
int | debug ) |
Java:
→ C-API ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?, ?String label = null?)
log the MqContextC with less info then MqContextLog …
Definition at line 505 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogShort | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc ) |
Java:
→ C-API ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?, ?String label = null?)
log the MqContextC with less info then MqContextLog …
Definition at line 510 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogShort | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc, | ||
int | lvl ) |
Java:
→ C-API ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?, ?String label = null?)
log the MqContextC with less info then MqContextLog …
Definition at line 515 of file MqContextC.java.
native void jvmqmsgque.MqContextC.LogShort | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc, | ||
int | lvl, | ||
String | label ) |
Java:
→ C-API ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?, ?String label = null?)
log the MqContextC with less info then MqContextLog …
void jvmqmsgque.MqContextC.LogType | ( | ) |
Java:
→ C-API ctx.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MkTypeS …
Definition at line 523 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogType | ( | MkObjectC | fmtobj | ) |
Java:
→ C-API ctx.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MkTypeS …
Definition at line 528 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogType | ( | MkObjectC | fmtobj, |
int | debug ) |
Java:
→ C-API ctx.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MkTypeS …
Definition at line 533 of file MqContextC.java.
void jvmqmsgque.MqContextC.LogType | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc ) |
Java:
→ C-API ctx.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqContextC part MkTypeS …
Definition at line 538 of file MqContextC.java.
native void jvmqmsgque.MqContextC.LogType | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc, | ||
int | lvl ) |