Summary
Uses the diagnostic logging.
- Assembly
- Rocket
.Surgery .Hosting .dll - Namespace
- Rocket
.Surgery .Hosting - Containing Type
- RocketHostExtensions
Syntax
public static IRocketHostBuilder UseDiagnosticLogging(this IRocketHostBuilder builder, Action<ILoggingBuilder> action)
Parameters
Name | Type | Description |
---|---|---|
builder | IRocketHostBuilder | The builder. |
action | Action |
The action. |
Return Value
Type | Description |
---|---|
IRocketHostBuilder | IRocketHostBuilder. |