theKernel 10.0
Loading...
Searching...
No Matches
MkLogFileC_Write_ATL_API

MkLogFileC - various functions to 'write' into a MkLogFileSMore...

+ Collaboration diagram for MkLogFileC_Write_ATL_API:

Functions

static OT_ProcRet atlmkkernel_MkLogFileC_WriteC (MkLogFileC_ARGS)
  Atl: MkLogFileC::WriteC $lfl text:string C-API
write to log-file
 
static OT_ProcRet atlmkkernel_MkLogFileC_GetFile (MkLogFileC_ARGS)
  Atl: string [MkLogFileC::GetFile $lfl] C-API
get the log-file
 

Detailed Description

MkLogFileC - various functions to 'write' into a MkLogFileS

Function Documentation

◆ atlmkkernel_MkLogFileC_GetFile()

static OT_ProcRet atlmkkernel_MkLogFileC_GetFile ( MkLogFileC_ARGS )
static

Atl: string [MkLogFileC::GetFile $lfl] C-API
get the log-file

Definition at line 303 of file MkLogFileC_atl.c.

303 {
307 MK_STRN file_out;
308 MkErrorC_Check(hdl,MkLogFileGetFile (hdl, &file_out));
309 OT_retObj_SET_STR(file_out);
310 goto end;
311 error:
313 end:
315}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_retObj_SET_STR(nat)
#define OT_CHECK_NOARGS
#define MkErrorC_Check(mng, PROC)
#define OT_SETUP_hdl
#define GetFile_doc
const MK_STRB * MK_STRN
constant string pointer data-type
#define MkLogFileGetFile(...)

◆ atlmkkernel_MkLogFileC_WriteC()

static OT_ProcRet atlmkkernel_MkLogFileC_WriteC ( MkLogFileC_ARGS )
static

Atl: MkLogFileC::WriteC $lfl text:string C-API
write to log-file

Definition at line 285 of file MkLogFileC_atl.c.

285 {
288 MK_STRN text = 0;
291 MkErrorC_Check(hdl,MkLogFileWriteC (hdl, text));
293 goto end;
294 error:
296 end:
298}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_SET_None
#define OT_CHECK_STRN(val)
#define WriteC_doc
#define OT_SETUP_hdl__null_allow
#define MkLogFileWriteC(...)