FakeHostingExtensions.AddFakeLoggingOutputSink Methode

Definition

Fügt eine Aktion hinzu, die für jede Protokollnachricht aufgerufen wird.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Extensions::Hosting::IHostBuilder ^ AddFakeLoggingOutputSink(Microsoft::Extensions::Hosting::IHostBuilder ^ builder, Action<System::String ^> ^ callback);
public static Microsoft.Extensions.Hosting.IHostBuilder AddFakeLoggingOutputSink (this Microsoft.Extensions.Hosting.IHostBuilder builder, Action<string> callback);
static member AddFakeLoggingOutputSink : Microsoft.Extensions.Hosting.IHostBuilder * Action<string> -> Microsoft.Extensions.Hosting.IHostBuilder
<Extension()>
Public Function AddFakeLoggingOutputSink (builder As IHostBuilder, callback As Action(Of String)) As IHostBuilder

Parameter

builder
IHostBuilder

Eine IHostBuilder-Instanz.

callback
Action<String>

Die Aktion, die für jede Protokollnachricht aufgerufen werden soll.

Gibt zurück

Die IHostBuilder-Instanz.

Gilt für: