emergency() public method

public emergency ( $message, array $context = [] )
$context array
Example #1
0
 /**
  * 
  *
  * @static 
  */
 public static function emergency($message, $context = array())
 {
     return \Clockwork\Clockwork::emergency($message, $context);
 }