MkLogFileC - various functions to 'write' into a MkLogFileS …
More...
|
| enum MkErrorE | libmkkernel::MkLogFileWriteVL_RT (MK_RT mkrt, MK_LFLN lfl, MK_FST printfmt, va_list var_list) |
| | write to log-file …
|
| |
| enum MkErrorE | libmkkernel::MkLogFileWriteV_RT (MK_RT mkrt, MK_LFLN lfl, MK_FST printfmt,...) |
| | write to log-file …
|
| |
| enum MkErrorE | libmkkernel::MkLogFileWriteC_RT (MK_RT mkrt, MK_LFLN lfl, MK_STRN text) |
| | write to log-file …
|
| |
| enum MkErrorE | libmkkernel::MkLogFileGetFile_RT (MK_RT mkrt, MK_LFLN lfl, MK_STRN *file_out) |
| | get the log-file …
|
| |
MkLogFileC - various functions to 'write' into a MkLogFileS …
◆ MkLogFileGetFile
| #define MkLogFileGetFile |
( |
| ... | ) |
|
◆ MkLogFileGetFile_C
| #define MkLogFileGetFile_C |
( |
| ... | ) |
|
◆ MkLogFileGetFile_E
| #define MkLogFileGetFile_E |
( |
| ... | ) |
|
Value:
#define MkErrorCheck(err)
check return-code and goto error on error …
Definition at line 1503 of file kernel_overload_mk.h.
◆ MkLogFileGetFile_e
| #define MkLogFileGetFile_e |
( |
| ... | ) |
|
Value:
#define MK_EMBEDDED(type, call,...)
macro to create "embedded" (*_e) Version of C-API call's
Definition at line 1505 of file kernel_overload_mk.h.
◆ MkLogFileGetFile_NULL
| #define MkLogFileGetFile_NULL |
( |
| ... | ) |
|
◆ MkLogFileWriteC
| #define MkLogFileWriteC |
( |
| ... | ) |
|
◆ MkLogFileWriteC_C
| #define MkLogFileWriteC_C |
( |
| ... | ) |
|
◆ MkLogFileWriteC_E
| #define MkLogFileWriteC_E |
( |
| ... | ) |
|
◆ MkLogFileWriteC_NULL
| #define MkLogFileWriteC_NULL |
( |
| ... | ) |
|
◆ MkLogFileWriteV
| #define MkLogFileWriteV |
( |
| ... | ) |
|
◆ MkLogFileWriteV_C
| #define MkLogFileWriteV_C |
( |
| ... | ) |
|
◆ MkLogFileWriteV_E
| #define MkLogFileWriteV_E |
( |
| ... | ) |
|
◆ MkLogFileWriteV_NULL
| #define MkLogFileWriteV_NULL |
( |
| ... | ) |
|
◆ MkLogFileWriteVL
| #define MkLogFileWriteVL |
( |
| ... | ) |
|
◆ MkLogFileWriteVL_C
| #define MkLogFileWriteVL_C |
( |
| ... | ) |
|
◆ MkLogFileWriteVL_E
| #define MkLogFileWriteVL_E |
( |
| ... | ) |
|
◆ MkLogFileWriteVL_NULL
| #define MkLogFileWriteVL_NULL |
( |
| ... | ) |
|
◆ MkLogFileGetFile_RT()
get the log-file …
- Parameters
-
| [in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
| [in] | lfl | the MkLogFileS instance to work on |
| [out] | file_out | the log-file to return |
- Exceptions
-
◆ MkLogFileWriteC_RT()
write to log-file …
- Parameters
-
| [in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
| [in] | lfl | the MkLogFileS instance to work on |
| [in] | text | the text to write |
- Exceptions
-
◆ MkLogFileWriteV_RT()
write to log-file …
- Parameters
-
| [in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
| [in] | lfl | the MkLogFileS instance to work on |
| [in] | printfmt | is a c-string used as printf like format string |
- Exceptions
-
◆ MkLogFileWriteVL_RT()
write to log-file …
- Parameters
-
| [in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
| [in] | lfl | the MkLogFileS instance to work on |
| [in] | printfmt | is a c-string used as printf like format string |
| [in] | var_list | a variable argument list object |
- Exceptions
-