Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 710 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 710 Bytes

C3D.Extensions.Logging

A set of Logging related packages, most that are based on Microsoft.Extensions.Logging

C3D.Extensions.Logging.Xunit

NuGet package NuGet downloads

An implementation of Microsoft.Extensions.Logging Loggers wrapping the xunit 'output' types ITestOutputHelper and IMessageSink. This allows you to take the logged output from things like hosting or SUT classes that take an ILogger and show it in the test output.