FakeLogger.Collector Property

Definition

Gets the logger collector associated with this logger, as specified when the logger was created.

public:
 property Microsoft::Extensions::Logging::Testing::FakeLogCollector ^ Collector { Microsoft::Extensions::Logging::Testing::FakeLogCollector ^ get(); };
public Microsoft.Extensions.Logging.Testing.FakeLogCollector Collector { get; }
member this.Collector : Microsoft.Extensions.Logging.Testing.FakeLogCollector
Public ReadOnly Property Collector As FakeLogCollector

Property Value

Applies to