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