예제 #1
0
 /**
  * Determine if the log folder is empty or not.
  *
  * @return bool
  */
 public function isEmpty()
 {
     return $this->factory->isEmpty();
 }