MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) … More...
Functions | |
bool | libmkkernel::MkRuntimeGetIsSilent (void) |
get the MkRuntimeS::isSilent value … | |
void | libmkkernel::MkRuntimeSetIsSilent (bool silent) |
set the MkRuntimeS::isSilent value … | |
MK_I32 | libmkkernel::MkRuntimeGetDebug (void) |
get the MkRuntimeS::debug value … | |
void | libmkkernel::MkRuntimeSetDebug (MK_I32 dbg) |
set the MkRuntimeS::debug value … | |
MK_STRN | libmkkernel::MkRuntimeGetLogfile (void) |
get the MkRuntimeS::logfile value … | |
MK_EXTERN enum MkErrorE | libmkkernel::MkRuntimeSetLogfile_RT (MK_RT const mkrt, MK_STRN logfile) |
set the MkRuntimeS::logfile value and cleanup old value … | |
MK_EXTERN void | libmkkernel::MkRuntimeSetCID (MK_OBJ const cid) |
CID == context-in-duty. | |
MkRuntimeC - MkRuntimeC_Config_C_API - overload | |
#define | MkRuntimeSetLogfile_NULL(...) |
#define | MkRuntimeSetLogfile(...) |
#define | MkRuntimeSetLogfile_E(...) |
#define | MkRuntimeSetLogfile_C(...) |
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
.
#define MkRuntimeSetLogfile | ( | ... | ) |
Definition at line 1732 of file kernel_overload_mk.h.
#define MkRuntimeSetLogfile_C | ( | ... | ) |
Definition at line 1734 of file kernel_overload_mk.h.
#define MkRuntimeSetLogfile_E | ( | ... | ) |
Definition at line 1733 of file kernel_overload_mk.h.
#define MkRuntimeSetLogfile_NULL | ( | ... | ) |
Definition at line 1731 of file kernel_overload_mk.h.
|
inline |
get the MkRuntimeS::debug value …
Definition at line 11783 of file LibMkKernel_mk.h.
|
inline |
get the MkRuntimeS::isSilent value …
Definition at line 11771 of file LibMkKernel_mk.h.
|
inline |
get the MkRuntimeS::logfile value …
Definition at line 11795 of file LibMkKernel_mk.h.
|
inline |
set the MkRuntimeS::debug value …
Definition at line 11788 of file LibMkKernel_mk.h.
|
inline |
set the MkRuntimeS::isSilent value …
Definition at line 11776 of file LibMkKernel_mk.h.
set the MkRuntimeS::logfile value and cleanup old value …
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | logfile | filename, "stdout" or "stderr", default = "stderr" for MK_NULL or "" |