setLog() public method

Set a custom log instance
public setLog ( Log $log )
$log Clockwork\Request\Log
Esempio n. 1
0
 /**
  * Set a custom log instance
  *
  * @static 
  */
 public static function setLog($log)
 {
     return \Clockwork\Clockwork::setLog($log);
 }