MkLogFileC - various functions to 'write' into a MkLogFileS … More...
Collaboration diagram for MkLogFileC_Write_C_API:Functions | |
| enum MkErrorE | MkLogFileWriteVL_RT (MK_RT mkrt, MK_LFLN lfl, MK_FST printfmt, va_list var_list) |
| write to log-file … | |
| enum MkErrorE | MkLogFileWriteV_RT (MK_RT mkrt, MK_LFLN lfl, MK_FST printfmt,...) |
| write to log-file … | |
| enum MkErrorE | MkLogFileWriteC_RT (MK_RT mkrt, MK_LFLN lfl, MK_STRN text) |
| write to log-file … | |
| enum MkErrorE | MkLogFileGetFile_RT (MK_RT mkrt, MK_LFLN lfl, MK_STRN *file_out) |
| get the log-file … | |
MkLogFileC - MkLogFileC_Write_C_API - overload | |
| #define | MkLogFileWriteC_NULL(...) |
| #define | MkLogFileWriteC(...) |
| #define | MkLogFileWriteC_E(...) |
| #define | MkLogFileWriteC_C(...) |
| #define | MkLogFileWriteV_NULL(...) |
| #define | MkLogFileWriteV(...) |
| #define | MkLogFileWriteV_E(...) |
| #define | MkLogFileWriteV_C(...) |
| #define | MkLogFileWriteVL_NULL(...) |
| #define | MkLogFileWriteVL(...) |
| #define | MkLogFileWriteVL_E(...) |
| #define | MkLogFileWriteVL_C(...) |
| #define | MkLogFileGetFile_NULL(...) |
| #define | MkLogFileGetFile(...) |
| #define | MkLogFileGetFile_E(...) |
| #define | MkLogFileGetFile_C(...) |
| #define | MkLogFileGetFile_e(...) |
MkLogFileC - various functions to 'write' into a MkLogFileS …
| #define MkLogFileGetFile | ( | ... | ) |
Definition at line 1502 of file kernel_overload_mk.h.
| #define MkLogFileGetFile_C | ( | ... | ) |
Definition at line 1504 of file kernel_overload_mk.h.
| #define MkLogFileGetFile_E | ( | ... | ) |
Definition at line 1503 of file kernel_overload_mk.h.
| #define MkLogFileGetFile_e | ( | ... | ) |
Definition at line 1505 of file kernel_overload_mk.h.
| #define MkLogFileGetFile_NULL | ( | ... | ) |
Definition at line 1501 of file kernel_overload_mk.h.
| #define MkLogFileWriteC | ( | ... | ) |
Definition at line 1488 of file kernel_overload_mk.h.
| #define MkLogFileWriteC_C | ( | ... | ) |
Definition at line 1490 of file kernel_overload_mk.h.
| #define MkLogFileWriteC_E | ( | ... | ) |
Definition at line 1489 of file kernel_overload_mk.h.
| #define MkLogFileWriteC_NULL | ( | ... | ) |
Definition at line 1487 of file kernel_overload_mk.h.
| #define MkLogFileWriteV | ( | ... | ) |
Definition at line 1492 of file kernel_overload_mk.h.
| #define MkLogFileWriteV_C | ( | ... | ) |
Definition at line 1494 of file kernel_overload_mk.h.
| #define MkLogFileWriteV_E | ( | ... | ) |
Definition at line 1493 of file kernel_overload_mk.h.
| #define MkLogFileWriteV_NULL | ( | ... | ) |
Definition at line 1491 of file kernel_overload_mk.h.
| #define MkLogFileWriteVL | ( | ... | ) |
Definition at line 1496 of file kernel_overload_mk.h.
| #define MkLogFileWriteVL_C | ( | ... | ) |
Definition at line 1498 of file kernel_overload_mk.h.
| #define MkLogFileWriteVL_E | ( | ... | ) |
Definition at line 1497 of file kernel_overload_mk.h.
| #define MkLogFileWriteVL_NULL | ( | ... | ) |
Definition at line 1495 of file kernel_overload_mk.h.
get the log-file …
| [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 |
write to log-file …
| [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 |
write to log-file …
| [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 |
write to log-file …
| [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 |