theKernel 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - py - rb - jv - cc
Loading...
Searching...
No Matches
MkLogFileC_C_API

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

+ Collaboration diagram for MkLogFileC_C_API:

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  libmkkernel::MkLogFileS
 define a MkLogFileC object … More...
 

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 RuntimeSetLogfile 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)