Ejemplo n.º 1
0
 def open_log(self):
     """ Create an AuditLogParser and open the audit file.
     """
     self.log = AuditLogParser(self.options)
     self.log.open_log()