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.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetSnapshot(Boolean)

Gets the records that are held by the collector.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to