/** Sets the archive name format */
 public void setArchiveFormat(String format) {
   _logWriter.setArchiveFormat(format);
 }