| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > StandardErrorLogClass > StandardErrorLogClass Methods >====== Open (open standarderrorlog file) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[destruct remove the standarderrorlogclass object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[stepclass.htm|{{btn_next_n.gif|Next page}}]] | | || **Open( **//force //**), PROC, PROTECTED** {{blk2blue.jpg|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.