示例#1
0
 /**
  * Retrieves the plugin logger
  *
  * @param string|null $name
  * @return IfwPsn_Wp_Plugin_Logger
  */
 public function getLogger($name = null)
 {
     require_once $this->getPathinfo()->getRootLib() . '/IfwPsn/Wp/Plugin/Logger.php';
     return IfwPsn_Wp_Plugin_Logger::getInstance($this, $name);
 }