public function crit($message, array $context = array()) { trigger_error('Use crit() which is PSR-3 compatible', E_USER_DEPRECATED); $this ->log('critical', $message, $context); }