예제 #1
0
파일: Manager.php 프로젝트: jasmun/Noco100
 /**
  * Checks if a logger exists
  *
  * @param string|null $name
  * @return bool
  */
 public function hasLogger($name = null)
 {
     require_once $this->getPathinfo()->getRootLib() . '/IfwPsn/Wp/Plugin/Logger.php';
     return IfwPsn_Wp_Plugin_Logger::hasInstance($this, $name);
 }