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