Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f1a6411

Browse files
committed
Log for IServiceProviderExtensions not VSServices
The incorrect type was being specified as the source.
1 parent d0ae1d5 commit f1a6411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Exports/Extensions/ServiceProviderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace GitHub.Extensions
88
{
99
public static class IServiceProviderExtensions
1010
{
11-
static readonly ILogger log = LogManager.ForContext<VSServices>();
11+
static readonly ILogger log = LogManager.ForContext(typeof(IServiceProviderExtensions));
1212

1313
/// <summary>
1414
/// Safe variant of GetService that doesn't throw exceptions if the service is

0 commit comments

Comments
 (0)