getLog() public method

Return the log instance
public getLog ( )
Esempio n. 1
0
 /**
  * Return the log instance
  *
  * @static 
  */
 public static function getLog()
 {
     return \Clockwork\Clockwork::getLog();
 }