예제 #1
0
 /**
  * Get the log entries.
  *
  * @param  string  $date
  * @param  string  $level
  *
  * @return Entities\LogEntryCollection
  */
 public function entries($date, $level = 'all')
 {
     return $this->factory->entries($date, $level);
 }