MkObjectC - log a debugging-message to the MkLogFileC (default: stderr) … More...
Functions | |
native void | jvmkkernel.MkObjectC.DbgDump (String message, String callfunc) |
Java: → C-API debug: Dump a instance to stderr with LNG and MQ internal data… | |
void | jvmkkernel.MkObjectC.DbgDump () |
Java: → C-API debug: Dump a instance to stderr with LNG and MQ internal data… | |
void | jvmkkernel.MkObjectC.DbgDump (String message) |
Java: → C-API debug: Dump a instance to stderr with LNG and MQ internal data… | |
native void | jvmkkernel.MkObjectC.DbgL (String message, int debug, String callfunc, int lvl) |
Java: → C-API debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix … | |
void | jvmkkernel.MkObjectC.DbgL (String message) |
Java: → C-API debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix … | |
void | jvmkkernel.MkObjectC.DbgL (String message, int debug) |
Java: → C-API debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix … | |
void | jvmkkernel.MkObjectC.DbgL (String message, int debug, String callfunc) |
Java: → C-API debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix … | |
native void | jvmkkernel.MkObjectC.DbgLogC (String callfunc) |
Java: → C-API debug: write a short-obj-summary to MkLogFileC (default: stderr) … | |
void | jvmkkernel.MkObjectC.DbgLogC () |
Java: → C-API debug: write a short-obj-summary to MkLogFileC (default: stderr) … | |
native void | jvmkkernel.MkObjectC.DbgO (String callfunc) |
Java: → C-API debug: write the object-details to MkLogFileC (default: stderr) … | |
void | jvmkkernel.MkObjectC.DbgO () |
Java: → C-API debug: write the object-details to MkLogFileC (default: stderr) … | |
native void | jvmkkernel.MkObjectC.DbgSTACK (int skip, int num, String callfunc) |
Java: → C-API debug: write the stack-trace to MkLogFileC (default: stderr) … | |
void | jvmkkernel.MkObjectC.DbgSTACK () |
Java: → C-API debug: write the stack-trace to MkLogFileC (default: stderr) … | |
void | jvmkkernel.MkObjectC.DbgSTACK (int skip) |
Java: → C-API debug: write the stack-trace to MkLogFileC (default: stderr) … | |
void | jvmkkernel.MkObjectC.DbgSTACK (int skip, int num) |
Java: → C-API debug: write the stack-trace to MkLogFileC (default: stderr) … | |
static native void | jvmkkernel.MkObjectC.DbgM (String message, int debug, String callfunc, int lvl) |
Java: → C-API debug: write a static-marker to the MkLogFileC (default: stderr) … | |
static void | jvmkkernel.MkObjectC.DbgM (String message) |
Java: → C-API debug: write a static-marker to the MkLogFileC (default: stderr) … | |
static void | jvmkkernel.MkObjectC.DbgM (String message, int debug) |
Java: → C-API debug: write a static-marker to the MkLogFileC (default: stderr) … | |
static void | jvmkkernel.MkObjectC.DbgM (String message, int debug, String callfunc) |
Java: → C-API debug: write a static-marker to the MkLogFileC (default: stderr) … | |
JNIEXPORT void JNICALL | Java_jvmkkernel_MkObjectC_DbgDump (JNIEnv *env, jobject self, jstring message, jstring callfunc) |
Java: → C-API debug: Dump a instance to stderr with LNG and MQ internal data… | |
JNIEXPORT void JNICALL | Java_jvmkkernel_MkObjectC_DbgL (JNIEnv *env, jobject self, jstring message, jint debug, jstring callfunc, jint lvl) |
Java: → C-API debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix … | |
JNIEXPORT void JNICALL | Java_jvmkkernel_MkObjectC_DbgLogC (JNIEnv *env, jobject self, jstring callfunc) |
Java: → C-API debug: write a short-obj-summary to MkLogFileC (default: stderr) … | |
JNIEXPORT void JNICALL | Java_jvmkkernel_MkObjectC_DbgO (JNIEnv *env, jobject self, jstring callfunc) |
Java: → C-API debug: write the object-details to MkLogFileC (default: stderr) … | |
JNIEXPORT void JNICALL | Java_jvmkkernel_MkObjectC_DbgSTACK (JNIEnv *env, jobject self, jint skip, jint num, jstring callfunc) |
Java: → C-API debug: write the stack-trace to MkLogFileC (default: stderr) … | |
JNIEXPORT void JNICALL | Java_jvmkkernel_MkObjectC_DbgM (JNIEnv *env, jclass class, jstring message, jint debug, jstring callfunc, jint lvl) |
Java: → C-API debug: write a static-marker to the MkLogFileC (default: stderr) … | |
MkObjectC - log a debugging-message to the MkLogFileC (default: stderr) …
This functions are "helpers" to support the programmer.
This functions are "helpers" to support the programmer.
void jvmkkernel.MkObjectC.DbgDump | ( | ) |
Java:
→ C-API obj.DbgDump(?String message = "var"?, ?String callfunc = null?)
debug: Dump a instance to stderr with LNG and MQ internal data…
Definition at line 165 of file MkObjectC.java.
void jvmkkernel.MkObjectC.DbgDump | ( | String | message | ) |
Java:
→ C-API obj.DbgDump(?String message = "var"?, ?String callfunc = null?)
debug: Dump a instance to stderr with LNG and MQ internal data…
Definition at line 170 of file MkObjectC.java.
native void jvmkkernel.MkObjectC.DbgDump | ( | String | message, |
String | callfunc ) |
Java:
→ C-API obj.DbgDump(?String message = "var"?, ?String callfunc = null?)
debug: Dump a instance to stderr with LNG and MQ internal data…
void jvmkkernel.MkObjectC.DbgL | ( | String | message | ) |
Java:
→ C-API fmtobj.DbgL(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
Definition at line 178 of file MkObjectC.java.
void jvmkkernel.MkObjectC.DbgL | ( | String | message, |
int | debug ) |
Java:
→ C-API fmtobj.DbgL(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
Definition at line 183 of file MkObjectC.java.
void jvmkkernel.MkObjectC.DbgL | ( | String | message, |
int | debug, | ||
String | callfunc ) |
Java:
→ C-API fmtobj.DbgL(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
Definition at line 188 of file MkObjectC.java.
native void jvmkkernel.MkObjectC.DbgL | ( | String | message, |
int | debug, | ||
String | callfunc, | ||
int | lvl ) |
Java:
→ C-API fmtobj.DbgL(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
void jvmkkernel.MkObjectC.DbgLogC | ( | ) |
Java:
→ C-API obj.DbgLogC(?String callfunc = null?)
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
Definition at line 196 of file MkObjectC.java.
native void jvmkkernel.MkObjectC.DbgLogC | ( | String | callfunc | ) |
Java:
→ C-API obj.DbgLogC(?String callfunc = null?)
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
|
static |
Java:
→ C-API [static] MkObjectC.DbgM(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
debug: write a static-marker to the MkLogFileC (default: stderr) …
Definition at line 232 of file MkObjectC.java.
|
static |
Java:
→ C-API [static] MkObjectC.DbgM(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
debug: write a static-marker to the MkLogFileC (default: stderr) …
Definition at line 237 of file MkObjectC.java.
|
static |
Java:
→ C-API [static] MkObjectC.DbgM(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
debug: write a static-marker to the MkLogFileC (default: stderr) …
Definition at line 242 of file MkObjectC.java.
|
static |
Java:
→ C-API [static] MkObjectC.DbgM(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
debug: write a static-marker to the MkLogFileC (default: stderr) …
void jvmkkernel.MkObjectC.DbgO | ( | ) |
Java:
→ C-API obj.DbgO(?String callfunc = null?)
debug: write the object-details to MkLogFileC (default: stderr) …
Definition at line 204 of file MkObjectC.java.
native void jvmkkernel.MkObjectC.DbgO | ( | String | callfunc | ) |
Java:
→ C-API obj.DbgO(?String callfunc = null?)
debug: write the object-details to MkLogFileC (default: stderr) …
void jvmkkernel.MkObjectC.DbgSTACK | ( | ) |
Java:
→ C-API fmtobj.DbgSTACK(?int skip = 0?, ?int num = -1?, ?String callfunc = null?)
debug: write the stack-trace to MkLogFileC (default: stderr) …
Definition at line 212 of file MkObjectC.java.
void jvmkkernel.MkObjectC.DbgSTACK | ( | int | skip | ) |
Java:
→ C-API fmtobj.DbgSTACK(?int skip = 0?, ?int num = -1?, ?String callfunc = null?)
debug: write the stack-trace to MkLogFileC (default: stderr) …
Definition at line 217 of file MkObjectC.java.
void jvmkkernel.MkObjectC.DbgSTACK | ( | int | skip, |
int | num ) |
Java:
→ C-API fmtobj.DbgSTACK(?int skip = 0?, ?int num = -1?, ?String callfunc = null?)
debug: write the stack-trace to MkLogFileC (default: stderr) …
Definition at line 222 of file MkObjectC.java.
native void jvmkkernel.MkObjectC.DbgSTACK | ( | int | skip, |
int | num, | ||
String | callfunc ) |
Java:
→ C-API fmtobj.DbgSTACK(?int skip = 0?, ?int num = -1?, ?String callfunc = null?)
debug: write the stack-trace to MkLogFileC (default: stderr) …
JNIEXPORT void JNICALL Java_jvmkkernel_MkObjectC_DbgDump | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | message, | ||
jstring | callfunc ) |
Java:
→ C-API obj.DbgDump(?String message = "var"?, ?String callfunc = null?)
debug: Dump a instance to stderr with LNG and MQ internal data…
Definition at line 307 of file MkObjectC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkObjectC_DbgL | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | message, | ||
jint | debug, | ||
jstring | callfunc, | ||
jint | lvl ) |
Java:
→ C-API fmtobj.DbgL(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
Definition at line 328 of file MkObjectC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkObjectC_DbgLogC | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | callfunc ) |
Java:
→ C-API obj.DbgLogC(?String callfunc = null?)
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
Definition at line 349 of file MkObjectC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkObjectC_DbgM | ( | JNIEnv * | env, |
jclass | class, | ||
jstring | message, | ||
jint | debug, | ||
jstring | callfunc, | ||
jint | lvl ) |
Java:
→ C-API [static] MkObjectC.DbgM(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
debug: write a static-marker to the MkLogFileC (default: stderr) …
Definition at line 402 of file MkObjectC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkObjectC_DbgO | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | callfunc ) |
Java:
→ C-API obj.DbgO(?String callfunc = null?)
debug: write the object-details to MkLogFileC (default: stderr) …
Definition at line 366 of file MkObjectC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkObjectC_DbgSTACK | ( | JNIEnv * | env, |
jobject | self, | ||
jint | skip, | ||
jint | num, | ||
jstring | callfunc ) |
Java:
→ C-API fmtobj.DbgSTACK(?int skip = 0?, ?int num = -1?, ?String callfunc = null?)
debug: write the stack-trace to MkLogFileC (default: stderr) …
Definition at line 383 of file MkObjectC_jv.c.