101102103104105106107108109110111
/* Enclose the output in a tag to keep proper XML syntax. */ if (!csvFormat) { System.out.println("<DbPrintLog>"); } while (reader.readNextEntry()) { } reader.summarize(csvFormat); if (!csvFormat) { System.out.println("</DbPrintLog>");
5960616263646566676869
endLsn, entryTypes, txnIds, verbose); } // Enclose the output in a tag to keep proper XML syntax. System.out.println("<DbPrintLog>"); while (reader.readNextEntry()) { } reader.summarize(); System.out.println("</DbPrintLog>"); env.close(); }
7273747576777879808182