FakeLogCollector Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |