SerilogHostingConvention Class

Summary

SerilogHostingConvention. Implements the IHostingConvention
graph BT Type-->Base0["Object"] Type-.->Interface0["IHostingConvention"] click Interface0 "/api/Rocket.Surgery.Hosting/IHostingConvention" Type-.->Interface1["IConvention<IHostingConventionContext>"] Type-.->Interface2["IConvention"] click Interface2 "/api/Rocket.Surgery.Conventions/IConvention" Type["SerilogHostingConvention"] class Type type-node

Syntax

public class SerilogHostingConvention : IHostingConvention, IConvention<IHostingConventionContext>, 
    IConvention

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Methods

Name Value Summary
Register(IHostingConventionContext) void

Extension Methods

See Also