編輯

共用方式為


FakeLogger.Collector Property

Definition

Overloads

Collector

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

Collector

Source:
FakeLogger.cs
Source:
FakeLogger.cs
Source:
FakeLogger.cs

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