Summary
ILoggingConvention
Implements the
IConventionBuilder<TBuilder, TConvention, TDelegate>
Implements the ILoggingBuilder
Implements the ILoggingConvention
Implements the LoggingConventionDelegate
graph BT
Type-.->Interface0["IConventionBuilder<ILoggingBuilder, ILoggingConvention, LoggingConventionDelegate>"]
Type-.->Interface1["IConventionContainer<ILoggingBuilder, ILoggingConvention, LoggingConventionDelegate>"]
Type["ILoggingBuilder"]
class Type type-node
Syntax
public interface ILoggingBuilder :
IConventionBuilder<ILoggingBuilder, ILoggingConvention, LoggingConventionDelegate>,
IConventionContainer<ILoggingBuilder, ILoggingConvention, LoggingConventionDelegate>
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|