122123124125126127128
* Create a transaction log reader. * * @return A LogReader. */ protected LogReader newLogReader() { return new LogReader(); }