Info
Version: | 9.0.0 |
Author(s): | Wei Peng |
Last Update: | Monday, March 18, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/pengweiqhca/Xunit.DependencyInjection/src/Xunit.DependencyInjection.Logging |
NuGet Url: | https://www.nuget.org/packages/Xunit.DependencyInjection.Logging |
Install
Install-Package Xunit.DependencyInjection.Logging
dotnet add package Xunit.DependencyInjection.Logging
paket add Xunit.DependencyInjection.Logging
Xunit.DependencyInjection.Logging Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Xunit.DependencyInjection(>= 5.2.0)
- Xunit.DependencyInjection(>= 5.2.0)
Tags
public void Configure(IServiceProvider provider)
{
XunitTestOutputLoggerProvider.Register(provider);
}.