Example #1
0
 /** Close without further writing. */
 void close() {
   trace.debug("log close");
   if (pageOut != null) {
     pageOut.close();
     pageOut = null;
   }
   writeBuffer = null;
 }