Load events from a file previously saved with jsonFileLogObserver. Event records that are truncated or otherwise unreadable are ignored.

ParametersinFileA (readable) file-like object. Data read from inFile should be unicode or UTF-8 bytes. (type: iterable of lines)
recordSeparatorThe expected record separator. If None, attempt to automatically detect the record separator from one of u"\x1e" or u"". (type: unicode)
bufferSizeThe size of the read buffer used while reading from inFile. (type: integer)
ReturnsLog events as read from inFile. (type: iterable of dict)
API Documentation for Twisted, generated by pydoctor at 2018-04-29 21:01:12.