ILoggingConvention Interface

Summary

ILoggingConvention Implements the IConvention<TContext>
graph BT Type-.->Interface0["IConvention<ILoggingConventionContext>"] Type-.->Interface1["IConvention"] click Interface1 "/api/Rocket.Surgery.Conventions/IConvention" Type["ILoggingConvention"] class Type type-node Implementing0["RequestLoggingConvention"]-.->Type click Implementing0 "/api/Rocket.Surgery.AspNetCore.Serilog.Conventions/RequestLoggingConvention"

Syntax

public interface ILoggingConvention : IConvention<ILoggingConventionContext>, IConvention

Extension Methods

See Also