Summary
RequestLoggingConvention.
Implements the
ILoggingConvention
- Assembly
- Rocket
.Surgery .AspNetCore .Serilog .dll - Namespace
- Rocket
.Surgery .AspNetCore .Serilog .Conventions - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["ILoggingConvention"]
click Interface0 "/api/Rocket.Surgery.Extensions.Logging/ILoggingConvention"
Type-.->Interface1["IConvention<ILoggingConventionContext>"]
Type-.->Interface2["IConvention"]
click Interface2 "/api/Rocket.Surgery.Conventions/IConvention"
Type["RequestLoggingConvention"]
class Type type-node
Syntax
public class RequestLoggingConvention : ILoggingConvention, IConvention<ILoggingConventionContext>,
IConvention
Constructors
Name | Summary |
---|---|
Request |
Methods
Name | Value | Summary |
---|---|---|
Register |
void |
Registers the specified context.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|