Project

General

Profile

Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
STD_ERROR Struct Reference

Opaque internal structure. You should not call it directly, use API instead ! More...

Public Member Functions

 StdErrConsole (I)
 StdErrEnabled (I)
 StdErrFilename (W)
 StdErrFoo (I)
 StdErrLast ([I S])
 StdErrMask (I)
 StdErrMaskLast (I)
 StdErrPeriod (I)
 StdErrTmp (I)
 StdErrTmpFile (FileTemp)
 StdErrTypes ([[I S] r1])

Detailed Description

Opaque internal structure. You should not call it directly, use API instead !

Examples:
3d_test/test_3d.pkg_.

Member Function Documentation

StdErrMask ( )

current mask. If this mask and the message mask are OK, the message will be written

StdErrMaskLast ( )

last mask set, to allow an 'undo'

StdErrPeriod ( )

not used

StdErrEnabled ( )

object is enabled (1) or disabled (0)

StdErrTmp ( )

1 for a temporary log file else 0 (regular file)

StdErrTmpFile ( FileTemp  )

if Temporary file asked (1)

StdErrFilename ( )

Physical file of Logfile object

StdErrLast ( )

Last message printed (number and string)

StdErrFoo ( )

Write (1) or no (0) the message in the Scol console (_fooXXX functions)

StdErrConsole ( )

Show (1) or hide (0) the console

StdErrTypes ( [[I S] r1]  )

list of customized errors (code error and string)


The documentation for this struct was generated from the following file: