* logService: feat: migrate ITracer to ILogger interface
Replace deprecated ITracer interface with ILogger across inline edits
and xtab providers. Add LogTarget.fromCallback() and withExtraTarget()
to ILogger for callback-based logging support previously provided by
ITracer's sub() method.
* tracing: migrate off of ITracer in favor of ILogService
* Update src/extension/xtab/node/xtabProvider.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* address copilot review
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>