$context * * @throws InvalidArgumentException */ public function log($level, $message, array $context = []): void { error_log((string) $message); } }