FakeHostingExtensions.GetFakeLogCollector(IHost) Method

Definition

Gets the object that collects log records sent to the fake logger.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Extensions::Logging::Testing::FakeLogCollector ^ GetFakeLogCollector(Microsoft::Extensions::Hosting::IHost ^ host);
public static Microsoft.Extensions.Logging.Testing.FakeLogCollector GetFakeLogCollector (this Microsoft.Extensions.Hosting.IHost host);
static member GetFakeLogCollector : Microsoft.Extensions.Hosting.IHost -> Microsoft.Extensions.Logging.Testing.FakeLogCollector
<Extension()>
Public Function GetFakeLogCollector (host As IHost) As FakeLogCollector

Parameters

host
IHost

An IHost instance.

Returns

The collector that tracks records logged to fake loggers.

Exceptions

No collector exists in the provider.

Applies to