Summary
SerilogHostingConvention.
Implements the
IHostingConvention
- Assembly
- Rocket
.Surgery .Hosting .Serilog .dll - Namespace
- Rocket
.Surgery .Hosting .Serilog .Conventions - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IHostingConvention"]
click Interface0 "/api/Rocket.Surgery.Hosting/IHostingConvention"
Type-.->Interface1["IConvention<IHostingConventionContext>"]
Type-.->Interface2["IConvention"]
click Interface2 "/api/Rocket.Surgery.Conventions/IConvention"
Type["SerilogHostingConvention"]
class Type type-node
Syntax
public class SerilogHostingConvention : IHostingConvention, IConvention<IHostingConventionContext>,
IConvention
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Serilog |
Initializes a new instance of the SerilogHostingConvention class.
|
Methods
Name | Value | Summary |
---|---|---|
Register |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|