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
.
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 |
Tcl:
→ C-API (static) int32 [MkRuntimeC DebugGet]
get the MkRuntimeS::debug value …
Definition at line 143 of file MkRuntimeC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkRuntimeC DebugSet dbg:int32
set the MkRuntimeS::debug value …
Definition at line 156 of file MkRuntimeC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkErrorE [MkRuntimeC ErrorGetCode]
return MkErrorS::code from a given MkRuntimeC …
Definition at line 172 of file MkRuntimeC_tcl.c.
|
static |
Tcl:
→ C-API (static) bool [MkRuntimeC IsSilentGet]
get the MkRuntimeS::isSilent value …
Definition at line 185 of file MkRuntimeC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkRuntimeC IsSilentSet silent:bool
set the MkRuntimeS::isSilent value …
Definition at line 198 of file MkRuntimeC_tcl.c.
|
static |
Tcl:
→ C-API (static) string [MkRuntimeC LogTargetGet]
get the MkLogDataS::logNAME value …
Definition at line 214 of file MkRuntimeC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkRuntimeC LogTargetReset
set the MkRuntimeS::log value to the DEFAULT value …
Definition at line 227 of file MkRuntimeC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkRuntimeC LogTargetSet logTgt:string
set the MkRuntimeS::log value and cleanup old value …
Definition at line 241 of file MkRuntimeC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkRuntimeC NoDecoSet noDeco:bool
set the MkRuntimeS::noDeco value …
Definition at line 257 of file MkRuntimeC_tcl.c.