예제 #1
0
 /**
  * Set the log storage path.
  *
  * @param  string  $path
  *
  * @return \Arcanedev\LogViewer\LogViewer
  */
 public function setPath($path)
 {
     $this->factory->setPath($path);
     return $this;
 }