Del via


FakeLogCollector Class

Definition

Collects log records sent to the fake logger.

public ref class FakeLogCollector
public class FakeLogCollector
type FakeLogCollector = class
Public Class FakeLogCollector
Inheritance
FakeLogCollector

Constructors

FakeLogCollector()

Initializes a new instance of the FakeLogCollector class.

FakeLogCollector(IOptions<FakeLogCollectorOptions>)

Initializes a new instance of the FakeLogCollector class.

Properties

Count

Gets the number of log records captured by this collector.

LatestRecord

Gets the latest record that was created.

Methods

Clear()

Removes all accumulated log records from the collector.

Create(FakeLogCollectorOptions)

Creates a new instance of the FakeLogCollector class.

GetSnapshot(Boolean)

Gets the records that are held by the collector.

Applies to