MkLogFileC - the class known as lfl or log-file is used to control the target of the logging-output … More...
Topics | |
MkLogFileC_Class_C_API | |
MkLogFileC - define the class … | |
MkLogFileC_TOR_C_API | |
MkLogFileC - various functions to 'create and delete' a MkLogFileS … | |
MkLogFileC_Write_C_API | |
MkLogFileC - various functions to 'write' into a MkLogFileS … | |
Classes | |
struct | MkLogDataS |
struct to hold the mkrt-logging-data … More... | |
struct | MkLogFileS |
define a MkLogFileC object … More... | |
Macros | |
#define | MkDbgLogData(d) |
Typedefs | |
typedef struct MkLogDataS | MkLogDataS |
struct to hold the mkrt-logging-data … | |
MkLogFileC - the class known as lfl or log-file is used to control the target of the logging-output …
The logging-target is set direct by RuntimeLogTargetSet or using the class MkLogFileC.
The target is stored at the MkRuntimeC using a FILE-stream and can be set individually for each thread. The default is stderr.
possible values are:
value | decription | OS man-page |
---|---|---|
stdout | the standart output | stdio(3) |
stderr | the standart error output | stdio(3) |
fileName | an arbitary fileName | fopen(3) |
#define MkDbgLogData | ( | d | ) |
Definition at line 9073 of file LibMkKernel_mk.h.
typedef struct MkLogDataS MkLogDataS |
struct to hold the mkrt-logging-data …