Summary
Uses the diagnostic source.
- Assembly
- Rocket
.Surgery .Hosting .Functions .dll - Namespace
- Rocket
.Surgery .Hosting .Functions - Containing Type
- RocketHostExtensions
Syntax
public static IRocketFunctionHostBuilder UseDiagnosticSource(this IRocketFunctionHostBuilder builder, DiagnosticSource diagnosticSource)
Parameters
Name | Type | Description |
---|---|---|
builder | I |
The builder. |
diagnosticSource | DiagnosticSource | The diagnostic source. |
Return Value
Type | Description |
---|---|
I |
IRocketFunctionHostBuilder. |