![]() |
Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
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]) | |
Opaque internal structure. You should not call it directly, use API instead !
| StdErrMask | ( | I | ) |
current mask. If this mask and the message mask are OK, the message will be written
| StdErrMaskLast | ( | I | ) |
last mask set, to allow an 'undo'
| StdErrPeriod | ( | I | ) |
not used
| StdErrEnabled | ( | I | ) |
object is enabled (1) or disabled (0)
| StdErrTmp | ( | I | ) |
1 for a temporary log file else 0 (regular file)
| StdErrTmpFile | ( | FileTemp | ) |
if Temporary file asked (1)
| StdErrFilename | ( | W | ) |
Physical file of Logfile object
| StdErrLast | ( | ) |
Last message printed (number and string)
| StdErrFoo | ( | I | ) |
Write (1) or no (0) the message in the Scol console (_fooXXX functions)
| StdErrConsole | ( | I | ) |
Show (1) or hide (0) the console
| StdErrTypes | ( | [[I S] r1] | ) |
list of customized errors (code error and string)
1.8.9.1