Skip to content

Commit

Permalink
chore: Fix ambiguous log extension point of windows for uno
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Feb 14, 2024
1 parent 8d00e91 commit 73c6ce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public interface IFileUpdater
global::System.Threading.Tasks.ValueTask<ReConnect?> Apply(FileEdit edition, global::System.Threading.CancellationToken ct);
}

private static readonly global::Microsoft.Extensions.Logging.ILogger _log = typeof(HotReloadHelper).Log();
private static readonly global::Microsoft.Extensions.Logging.ILogger _log = global::Uno.Extensions.LogExtensionPoint.Log(typeof(HotReloadHelper));
private static IFileUpdater _impl = new NotSupported();

/// <summary>
Expand Down

0 comments on commit 73c6ce8

Please sign in to comment.