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