MkLogFileC - various functions to 'create and delete' a MkLogFileS … More...
Collaboration diagram for MkLogFileC_TOR_RB_API:Functions | |
| static OT_ProcRet | rbmkkernel_MkLogFileC_Open (OtClass_ARGS) |
Ruby: → C-API open the log-file in append mode … | |
| static OT_ProcRet | rbmkkernel_MkLogFileC_new (CONSTR_ARGS) |
Ruby: → C-API open the log-file in append mode … | |
MkLogFileC - various functions to 'create and delete' a MkLogFileS …
|
static |
Ruby: → C-API (constructor,static) MkLogFileC MkLogFileC.new(fmtobj:MkObjectC, file:string)
open the log-file in append mode …
Definition at line 254 of file MkLogFileC_rb.c.
|
static |
Ruby: → C-API (constructor,static) MkLogFileC MkLogFileC.Open(fmtobj:MkObjectC, file:string)
open the log-file in append mode …
Definition at line 237 of file MkLogFileC_rb.c.