コード例 #1
0
 def __init__(self, callback=None, log_file=None, log_config=None):
     """Init log parser, read log file into memory"""
     LogParser.__init__(self, callback=callback, log_file=log_file, log_config=log_config)
コード例 #2
0
 def __init__(self, callback=None, log_file=None, log_config=None):
     """Init log parser, read log file into memory"""
     LogParser.__init__(self,
                        callback=callback,
                        log_file=log_file,
                        log_config=log_config)
コード例 #3
0
 def run(self):
     """Start emitting log events based on their timestamps"""
     LogParser.run(self)
コード例 #4
0
 def run(self):
     """Start emitting log events based on their timestamps"""
     LogParser.run(self)