Navigation:  ABC Library Reference > StandardErrorLogClass > StandardErrorLogClass Methods >====== Open (open standarderrorlog file) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Open( force ), PROC, PROTECTED

blk2blue.jpg

Open Create and open the ErrorLog file.
force An numeric constant, variable, EQUATE, or expression that indicates whether the log file must be opened or whether it should be conditionally opened. A value of one (1 or True) unconditionally opens the errorlog file; a value of zero (0 or False) only opens the errorlog file as circumstances require.

The Open method creates and opens the ErrorLog file. Level:Benign is returned from this method. A Level:Fatal is returned if an error occurs.