| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > StandardErrorLogClass > StandardErrorLogClass Methods >====== Close (close standarderrorlog file) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[standarderrorlogclass methods.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[construct initialize standarderrorlogclass object .htm|{{btn_next_n.gif|Next page}}]] | | || **Close( **//force //**), PROC, PROTECTED** {{blk2blue.jpg|blk2blue.jpg}} | **Close** | Close the ErrorlogFile. | | //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. A Level:Fatal is returned if an error occurs.