MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) … More...
Functions | |
bool | MkRuntimeGetIsSilent (void) |
get the MkRuntimeS::isSilent value … | |
void | MkRuntimeSetIsSilent (bool silent) |
set the MkRuntimeS::isSilent value … | |
MK_I32 | MkRuntimeGetDebug (void) |
get the MkRuntimeS::debug value … | |
void | MkRuntimeSetDebug (MK_I32 dbg) |
set the MkRuntimeS::debug value … | |
MK_STRN | MkRuntimeGetLogfile (void) |
get the MkRuntimeS::logfile value … | |
MK_EXTERN enum MkErrorE | MkRuntimeSetLogfile_RT (MK_RT const mkrt, MK_STRN logfile) |
set the MkRuntimeS::logfile value and cleanup old value … | |
MK_EXTERN void | MkRuntimeSetCID (MK_OBJ const cid) |
CID == context-in-duty. | |
MkRuntimeC - MkRuntimeC_Config_C_API - function | |
MK_EXTERN MK_I32 | MkRuntimeGetDebugP (void) |
Non-inline replacement for MkRuntimeGetDebug … | |
MK_EXTERN MK_BOOL | MkRuntimeGetIsSilentP (void) |
Non-inline replacement for MkRuntimeGetIsSilent … | |
MK_EXTERN MK_STRN | MkRuntimeGetLogfileP (void) |
Non-inline replacement for MkRuntimeGetLogfile … | |
MK_EXTERN void | MkRuntimeSetDebugP (MK_I32 dbg) |
Non-inline replacement for MkRuntimeSetDebug … | |
MK_EXTERN void | MkRuntimeSetIsSilentP (MK_BOOL silent) |
Non-inline replacement for MkRuntimeSetIsSilent … | |
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.
Non-inline replacement for MkRuntimeGetDebug …
|
inline |
get the MkRuntimeS::isSilent value …
Definition at line 11771 of file LibMkKernel_mk.h.
Non-inline replacement for MkRuntimeGetIsSilent …
|
inline |
get the MkRuntimeS::logfile value …
Definition at line 11795 of file LibMkKernel_mk.h.
Non-inline replacement for MkRuntimeGetLogfile …
|
inline |
set the MkRuntimeS::debug value …
Definition at line 11788 of file LibMkKernel_mk.h.
Non-inline replacement for MkRuntimeSetDebug …
|
inline |
set the MkRuntimeS::isSilent value …
Definition at line 11776 of file LibMkKernel_mk.h.
Non-inline replacement for MkRuntimeSetIsSilent …
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 "" |