Skip to content

Commit

Permalink
Merge pull request #170 from unoplatform/dev/dr/unoSupport
Browse files Browse the repository at this point in the history
chore: Fix ambiguous log extension point of windows for uno
  • Loading branch information
dr1rrb committed Feb 14, 2024
2 parents a86f3db + 73c6ce8 commit 614333d
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 614333d

Please sign in to comment.