debug() public method

public debug ( $message, array $context = [] )
$context array
Esempio n. 1
0
 /**
  * 
  *
  * @static 
  */
 public static function debug($message, $context = array())
 {
     return \Clockwork\Clockwork::debug($message, $context);
 }