theKernel 10.0
Loading...
Searching...
No Matches
MkLogFileC_JV_API

MkLogFileC - the class known as lfl or log-file is used to control the target of the logging-outputMore...

+ Collaboration diagram for MkLogFileC_JV_API:

Topics

 MkLogFileC_Class_JV_API
 MkLogFileC - define the class …
 
 MkLogFileC_TOR_JV_API
 MkLogFileC - various functions to 'create and delete' a MkLogFileS
 
 MkLogFileC_Write_JV_API
 MkLogFileC - various functions to 'write' into a MkLogFileS
 

Classes

class  jvmkkernel.MkLogFileC
 MkLogFileC - the class known as lfl or log-file is used to control the target of the logging-outputMore...
 

Detailed Description

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)