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