MkLogFileC - various functions to 'write' into a MkLogFileS … More...
Functions | |
void | ccmkkernel::MkLogFileC::WriteC (MK_STRN text) const |
C++: → C-API write to log-file … | |
void | ccmkkernel::MkLogFileC::WriteC (const std::string &text) const |
C++: → C-API write to log-file … | |
void | ccmkkernel::MkLogFileC::WriteV (MK_FST printfmt,...) const |
C++: → C-API write to log-file … | |
void | ccmkkernel::MkLogFileC::WriteVL (MK_FST printfmt, va_list var_list) const |
C++: → C-API write to log-file … | |
MK_STRN | ccmkkernel::MkLogFileC::GetFile () const |
C++: → C-API get the log-file … | |
MkLogFileC - various functions to 'write' into a MkLogFileS …
|
inline |
C++:
→ C-API MK_STRN lfl.GetFile()
get the log-file …
Definition at line 187 of file MkLogFileC_inline_cc.hh.
|
inline |
C++:
→ C-API lfl.WriteC(MK_STRN text)
write to log-file …
Definition at line 160 of file MkLogFileC_inline_cc.hh.
|
inline |
C++:
→ C-API lfl.WriteC(MK_STRN text)
write to log-file …
Definition at line 153 of file MkLogFileC_inline_cc.hh.
|
inline |
C++:
→ C-API lfl.WriteV(MK_FST printfmt, ... )
write to log-file …
Definition at line 168 of file MkLogFileC_inline_cc.hh.
|
inline |
C++:
→ C-API lfl.WriteVL(MK_FST printfmt, va_list var_list)
write to log-file …
Definition at line 178 of file MkLogFileC_inline_cc.hh.