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 |
Ruby:
→ C-API (static) int32 MkRuntimeC.DebugGet()
get the MkRuntimeS::debug value …
Definition at line 139 of file MkRuntimeC_rb.c.
|
static |
Ruby:
→ C-API (static) MkRuntimeC.DebugSet(dbg:int32)
set the MkRuntimeS::debug value …
Definition at line 149 of file MkRuntimeC_rb.c.
|
static |
Ruby:
→ C-API (static) MkErrorE MkRuntimeC.ErrorGetCode()
return MkErrorS::code from a given MkRuntimeC …
Definition at line 162 of file MkRuntimeC_rb.c.
|
static |
Ruby:
→ C-API (static) bool MkRuntimeC.IsSilentGet()
get the MkRuntimeS::isSilent value …
Definition at line 172 of file MkRuntimeC_rb.c.
|
static |
Ruby:
→ C-API (static) MkRuntimeC.IsSilentSet(silent:bool)
set the MkRuntimeS::isSilent value …
Definition at line 182 of file MkRuntimeC_rb.c.
|
static |
Ruby:
→ C-API (static) string MkRuntimeC.LogTargetGet()
get the MkLogDataS::logNAME value …
Definition at line 195 of file MkRuntimeC_rb.c.
|
static |
Ruby:
→ C-API (static) MkRuntimeC.LogTargetReset()
set the MkRuntimeS::log value to the DEFAULT value …
Definition at line 205 of file MkRuntimeC_rb.c.
|
static |
Ruby:
→ C-API (static) MkRuntimeC.LogTargetSet(logTgt:string)
set the MkRuntimeS::log value and cleanup old value …
Definition at line 216 of file MkRuntimeC_rb.c.
|
static |
Ruby:
→ C-API (static) MkRuntimeC.NoDecoSet(noDeco:bool)
set the MkRuntimeS::noDeco value …
Definition at line 229 of file MkRuntimeC_rb.c.