getLog() public method

Return the log instance
public getLog ( )
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: becast/GameReviewSite
 /**
  * Return the log instance
  *
  * @static 
  */
 public static function getLog()
 {
     return \Clockwork\Clockwork::getLog();
 }