ILoggingBuilder Interface

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

See Also