/**
  * Sets the maximum number of rolled logs.
  *
  * @param count maximum count of the log file
  */
 public void setRolloverCount(int count) {
   _logWriter.setRolloverCount(count);
 }