90 const MK_STRN logTgt_hdl = logTgt.c_str();
114 if (callfunc == NULL) {callfunc = __builtin_FUNCTION();}
123 if (callfunc == NULL) {callfunc = __builtin_FUNCTION();}
#define MkErrorC_Check(errObj, errVal)
object header … → C-API: libmkkernel::MkObjectS
MkErrorE
collection for the different error-codes …
bool MK_BOOL
real bool data-type
int MK_DBG
debug-level data-type …
signed int MK_I32
4 byte integer data-type
const MK_STRB * MK_STRN
constant string pointer data-type
MK_OBJN getOBJN__null_allow() const
(const) return the LibMsgqueObject from current MkObjectC instance
MK_OBJN getOBJN() const
(const) return the LibMsgqueObject from current MkObjectC instance
static MK_BOOL IsSilentGet()
C++: [static] MK_BOOL MkRuntimeC::IsSilentGet() → C-API get the MkRuntimeS::isSilent value …
static void IsSilentSet(MK_BOOL silent)
C++: [static] MkRuntimeC::IsSilentSet(MK_BOOL silent) → C-API set the MkRuntimeS::isSilent value...
static MK_STRN LogTargetGet()
C++: [static] MK_STRN MkRuntimeC::LogTargetGet() → C-API get the MkLogDataS::logNAME value …
static void DebugSet(MK_I32 dbg)
C++: [static] MkRuntimeC::DebugSet(MK_I32 dbg) → C-API set the MkRuntimeS::debug value …
static void NoDecoSet(MK_BOOL noDeco)
C++: [static] MkRuntimeC::NoDecoSet(MK_BOOL noDeco) → C-API set the MkRuntimeS::noDeco value …
static MK_I32 DebugGet()
C++: [static] MK_I32 MkRuntimeC::DebugGet() → C-API get the MkRuntimeS::debug value …
static MkErrorE ErrorGetCode()
C++: [static] MkErrorE MkRuntimeC::ErrorGetCode() → C-API return libmkkernel::MkErrorS::code fro...
static void LogTargetReset()
C++: [static] MkRuntimeC::LogTargetReset() → C-API set the MkRuntimeS::log value to the DEFAULT ...
static void LogTargetSet(MK_STRN logTgt)
C++: [static] MkRuntimeC::LogTargetSet(MK_STRN logTgt) → C-API set the MkRuntimeS::log value and...
#define MkRuntimeLogTargetReset()
#define MkRuntimeErrorGetCode()
#define MkRuntimeLogTargetSet(...)
static void MkRuntimeDebugSet(MK_I32 dbg)
set the MkRuntimeS::debug value …
#define MkRuntimeNoDecoSet(...)
static bool MkRuntimeIsSilentGet(void)
get the MkRuntimeS::isSilent value …
#define MkRuntimeIsSilentSet(...)
static MK_STRN MkRuntimeLogTargetGet(void)
get the MkLogDataS::logNAME value …
static MK_I32 MkRuntimeDebugGet(void)
get the MkRuntimeS::debug value …
static void Log0(const MkObjectC *fmtobj=NULL, MK_DBG debug=0, MK_STRN callfunc=__builtin_FUNCTION(), MK_I32 lvl=0)
C++: [static] MkRuntimeC::Log0(const MkObjectC* fmtobj = NULL, MK_DBG debug = 0, MK_STRN callfunc = _...
#define MkRuntimeLog0(...)
namespace for the CcMkKernel "C++"-API