Beispiel #1
0
 /**
  * Dump additional fields. Done this way so the additional info can be within the XML tags
  * defining the dumped log entry.
  */
 protected void dumpLogAdditional(StringBuffer sb, boolean verbose) {
   if (!isDeleted()) {
     baseSummary.dumpLog(sb, true);
     if (verbose) {
       obsoleteOffsets.dumpLog(sb, true);
     }
   }
 }