MkLogFileC - various functions to 'create and delete' a MkLogFileS … More...
Collaboration diagram for MkLogFileC_TOR_JV_API:Functions | |
| static native MkLogFileC | jvmkkernel.MkLogFileC.Open (MkObjectC fmtobj, String file) |
Java: → C-API open the log-file in append mode … | |
| jvmkkernel.MkLogFileC.MkLogFileC (MkObjectC fmtobj, String file) | |
Java: → C-API open the log-file in append mode … | |
| JNIEXPORT jlong JNICALL | Java_jvmkkernel_MkLogFileC_CTOR (JNIEnv *env, jclass class, jobject fmtobj, jstring file) |
Java: → C-API open the log-file in append mode … | |
| JNIEXPORT jobject JNICALL | Java_jvmkkernel_MkLogFileC_Open (JNIEnv *env, jclass class, jobject fmtobj, jstring file) |
Java: → C-API open the log-file in append mode … | |
MkLogFileC - various functions to 'create and delete' a MkLogFileS …
| JNIEXPORT jlong JNICALL Java_jvmkkernel_MkLogFileC_CTOR | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | fmtobj, | ||
| jstring | file ) |
Java: → C-API [constructor,static] MkLogFileC MkLogFileC.Open(?MkObjectC fmtobj = null?, String file)
open the log-file in append mode …
Definition at line 128 of file MkLogFileC_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmkkernel_MkLogFileC_Open | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | fmtobj, | ||
| jstring | file ) |
Java: → C-API [constructor,static] MkLogFileC MkLogFileC.Open(?MkObjectC fmtobj = null?, String file)
open the log-file in append mode …
Definition at line 145 of file MkLogFileC_jv.c.
| jvmkkernel.MkLogFileC.MkLogFileC | ( | MkObjectC | fmtobj, |
| String | file ) |
Java: → C-API [constructor,static] MkLogFileC MkLogFileC.Open(?MkObjectC fmtobj = null?, String file)
open the log-file in append mode …
Definition at line 97 of file MkLogFileC.java.
|
static |
Java: → C-API [constructor,static] MkLogFileC MkLogFileC.Open(?MkObjectC fmtobj = null?, String file)
open the log-file in append mode …