MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) … More...
MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) …
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
Method definition
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
|
static |
Python:
→ C-API [static] int32 MkRuntimeC.DebugGet()
get the MkRuntimeS::debug value …
Definition at line 132 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] MkRuntimeC.DebugSet(dbg:int32)
set the MkRuntimeS::debug value …
Definition at line 145 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] MkErrorE MkRuntimeC.ErrorGetCode()
return MkErrorS::code from a given MkRuntimeC …
Definition at line 161 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] bool MkRuntimeC.IsSilentGet()
get the MkRuntimeS::isSilent value …
Definition at line 174 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] MkRuntimeC.IsSilentSet(silent:bool)
set the MkRuntimeS::isSilent value …
Definition at line 187 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] string MkRuntimeC.LogTargetGet()
get the MkLogDataS::logNAME value …
Definition at line 203 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] MkRuntimeC.LogTargetReset()
set the MkRuntimeS::log value to the DEFAULT value …
Definition at line 216 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] MkRuntimeC.LogTargetSet(logTgt:string)
set the MkRuntimeS::log value and cleanup old value …
Definition at line 230 of file MkRuntimeC_py.c.
|
static |
Python:
→ C-API [static] MkRuntimeC.NoDecoSet(noDeco:bool)
set the MkRuntimeS::noDeco value …
Definition at line 246 of file MkRuntimeC_py.c.