FakeLogCollector Constructors
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.
Overloads
FakeLogCollector() |
Initializes a new instance of the FakeLogCollector class. |
FakeLogCollector(IOptions<FakeLogCollectorOptions>) |
Initializes a new instance of the FakeLogCollector class. |
FakeLogCollector()
- Source:
- FakeLogCollector.cs
Initializes a new instance of the FakeLogCollector class.
public:
FakeLogCollector();
public FakeLogCollector ();
Public Sub New ()
Applies to
FakeLogCollector(IOptions<FakeLogCollectorOptions>)
- Source:
- FakeLogCollector.cs
Initializes a new instance of the FakeLogCollector class.
public:
FakeLogCollector(Microsoft::Extensions::Options::IOptions<Microsoft::Extensions::Logging::Testing::FakeLogCollectorOptions ^> ^ options);
public FakeLogCollector (Microsoft.Extensions.Options.IOptions<Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions> options);
new Microsoft.Extensions.Logging.Testing.FakeLogCollector : Microsoft.Extensions.Options.IOptions<Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions> -> Microsoft.Extensions.Logging.Testing.FakeLogCollector
Public Sub New (options As IOptions(Of FakeLogCollectorOptions))
Parameters
- options
- IOptions<FakeLogCollectorOptions>
The options to control which log records to retain.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.