| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > DbAuditManager > DbAuditManager Methods >====== Init (initialize the DbAuditManager object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[createheader create log file header records .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[kill shut down dbauditmanger object .htm|{{btn_next_n.gif|Next page}}]] | | || **Init(**//error handler//**), VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} | **Init** | Initializes the DbAuditManager object | | //error handler// | The label of an ErrorClass object. See //Error Class// for more information. | The **Init** method initializes the DbAuditManager object. The //error handler //object, ColumnInfo, LogFiles, and LFM properties are initialized at this time. **Implementation:** In template generated code, the Init method is called in the main application module. It is called with the GlobalErrors error handler.