예제 #1
0
 /**
  * Get entries total from all logs.
  *
  * @param  string  $level
  *
  * @return int
  */
 public function total($level = 'all')
 {
     return $this->factory->total($level);
 }