67 public native
static void NoDecoSet (
boolean noDeco);
79 public native
static void Log0 (
MkObjectC fmtobj,
int debug, String callfunc,
int lvl);
82 public static void Log0 () {
88 Log0 (fmtobj, 0,
null, 0);
93 Log0 (fmtobj, debug,
null, 0);
97 public static void Log0 (
MkObjectC fmtobj,
int debug, String callfunc) {
98 Log0 (fmtobj, debug, callfunc, 0);
MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PL...
MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-...
MkRuntimeC - The class known as mkrt or runtime is the main jvmkkernel application environment …
Java: enum MkErrorE → C-API
static void Setup()
Java: [static] Setup() → C-API setup jvmkkernel internal memory …
static native void NoDecoSet(boolean noDeco)
Java: [static] MkRuntimeC.NoDecoSet(boolean noDeco) → C-API set the MkRuntimeS::noDeco value …
static native void DebugSet(int dbg)
Java: [static] MkRuntimeC.DebugSet(int dbg) → C-API set the MkRuntimeS::debug value …
static native void IsSilentSet(boolean silent)
Java: [static] MkRuntimeC.IsSilentSet(boolean silent) → C-API set the MkRuntimeS::isSilent value...
static native String LogTargetGet()
Java: [static] String MkRuntimeC.LogTargetGet() → C-API get the MkLogDataS::logNAME value …
static native int DebugGet()
Java: [static] int MkRuntimeC.DebugGet() → C-API get the MkRuntimeS::debug value …
static native MkErrorE ErrorGetCode()
Java: [static] MkErrorE MkRuntimeC.ErrorGetCode() → C-API return MkErrorS.code from a given MkRu...
static native void LogTargetReset()
Java: [static] MkRuntimeC.LogTargetReset() → C-API set the MkRuntimeS::log value to the DEFAULT ...
static native boolean IsSilentGet()
Java: [static] boolean MkRuntimeC.IsSilentGet() → C-API get the MkRuntimeS::isSilent value …
static native void LogTargetSet(String logTgt)
Java: [static] MkRuntimeC.LogTargetSet(String logTgt) → C-API set the MkRuntimeS::log value and ...
static void Log0(MkObjectC fmtobj, int debug, String callfunc)
Java: [static] MkRuntimeC.Log0(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
static void Log0(MkObjectC fmtobj)
Java: [static] MkRuntimeC.Log0(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
static void Log0()
Java: [static] MkRuntimeC.Log0(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
static native void Log0(MkObjectC fmtobj, int debug, String callfunc, int lvl)
Java: [static] MkRuntimeC.Log0(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
static void Log0(MkObjectC fmtobj, int debug)
Java: [static] MkRuntimeC.Log0(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...