91 private native
static long CTOR (
MkObjectC fmtobj, String file);
98 this(CTOR(fmtobj, file),
true);
MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PL...
MkLogFileC - the class known as lfl or log-file is used to control the target of the logging-output …
MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-...
static void Setup()
Java: [static] Setup() → C-API setup jvmkkernel internal memory …
static native MkLogFileC HandleResolve(int netHdl)
Java: [static] MkLogFileC MkLogFileC.HandleResolve(int netHdl) → C-API Handle-Resolve-Slot - ret...
static native MkLogFileC GetNull()
Java: [static] MkLogFileC MkLogFileC.GetNull() → C-API Null-Slot - return a MkLogFileC typed NUL...
static native MkLogFileC Instances()
Java: [static] MkLogFileC MkLogFileC.Instances() → C-API get head-instance from linked-list of M...
native MkLogFileC Next()
Java: MkLogFileC lfl.Next() → C-API get next instance from linked-list of MkLogFileS type
native MkLogFileC Prev()
Java: MkLogFileC lfl.Prev() → C-API get previous instance from linked-list of MkLogFileS type
MkLogFileC(MkObjectC fmtobj, String file)
Java: [constructor,static] MkLogFileC MkLogFileC.Open(?MkObjectC fmtobj = null?, String file) → C-AP...
static native MkLogFileC Open(MkObjectC fmtobj, String file)
Java: [constructor,static] MkLogFileC MkLogFileC.Open(?MkObjectC fmtobj = null?, String file) → C-AP...
native String GetFile()
Java: String lfl.GetFile() → C-API get the log-file …
native void WriteC(String text)
Java: lfl.WriteC(String text) → C-API write to log-file …