Summary
Implements the
IConventionBuilder<TBuilder, TConvention, TDelegate>
- Assembly
- Rocket
.Surgery .Extensions .Serilog .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .Serilog - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IConventionBuilder<ISerilogBuilder, ISerilogConvention, SerilogConventionDelegate>"]
Type-.->Interface1["IConventionContainer<ISerilogBuilder, ISerilogConvention, SerilogConventionDelegate>"]
Type["ISerilogBuilder"]
class Type type-node
Implementing0["SerilogBuilder"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Extensions.Serilog/SerilogBuilder"
Syntax
public interface ISerilogBuilder :
IConventionBuilder<ISerilogBuilder, ISerilogConvention, SerilogConventionDelegate>,
IConventionContainer<ISerilogBuilder, ISerilogConvention, SerilogConventionDelegate>
Attributes
Type | Description |
---|---|
PublicAPIAttribute |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|