| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ErrorLogInterface > ErrorLogInterface Methods >====== Close (initiate close of log file) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[errorloginterface methods.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[open initiate open of log file .htm|{{btn_next_n.gif|Next page}}]] | | || **Close( **//force//**// //****), PROC** {{blk2blue.jpg|blk2blue.jpg}} | **Close** | Initiate the close of the StdErrorFile. | | //Force// | An numeric constant, variable, EQUATE, or expression that indicates whether the log file must be closed or whether it should be conditionally closed. A value of one (1 or True) unconditionally closes the errorlog file; a value of zero (0 or False) only closes the errorlog file as circumstances require. | The **Close **method closes the ErrorLog file. Level:Benign is returned from this method if no errors occur. A Level:Fatal is returned if an error occurs. **Return Data Type:**     BYTE **See Also:**     [[close close standarderrorlog file .htm|StandardErrorLogClass.Close]]