Skip to content

Commit

Permalink
grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Apr 11, 2024
1 parent 3567108 commit 4b62611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArtNetTests/TestLoggerProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ internal class TestLoggerProvider : ILoggerProvider
internal static readonly ILoggerProvider Instance = new TestLoggerProvider();
public ILogger CreateLogger(string categoryName)
{
Console.WriteLine($"CreateLogger {categoryName}");
return new ConsoleLogger(categoryName);
}

Expand Down

0 comments on commit 4b62611

Please sign in to comment.