| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > DbAuditManager > DbAuditManager Methods >====== CreateHeader (create log file header records) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[beforechange update audit log file before file change 1.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[init initialize the dbauditmanager object .htm|{{btn_next_n.gif|Next page}}]] | | || **CreateHeader(**//filename//**, **//LFM//**), VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} | **CreateHeader** | Create the header records in the audit log file. | | //filename// | A string constant, variable, EQUATE, or expression containing the label of the file that is to be audited. | | //LFM// | The label of the log file's DbLogFileManager object. | The **CreateHeader **method updates the audit log file just after file creation. It adds header records to the log file which serve as column heading information. The header includes the Date, Time, Action, and Field header. **Implementation:** The CreateHeader method is called by the OpenLogFile method. **See Also:**     [[openlogfile open the audit log file .htm|OpenLogFile]]