SerilogExtensionsConvention Class

Summary

SerilogExtensionsConvention. Implements the IServiceConvention
graph BT Type-->Base0["Object"] Type-.->Interface0["IServiceConvention"] click Interface0 "/api/Rocket.Surgery.Extensions.DependencyInjection/IServiceConvention" Type-.->Interface1["IConvention<IServiceConventionContext>"] Type-.->Interface2["IConvention"] click Interface2 "/api/Rocket.Surgery.Conventions/IConvention" Type["SerilogExtensionsConvention"] class Type type-node

Syntax

public class SerilogExtensionsConvention : IServiceConvention, 
    IConvention<IServiceConventionContext>, IConvention

Attributes

Type Description
NullableContextAttribute
NullableAttribute
LiveConventionAttribute Defines this convention as one that only runs during live usage to avoid unit tests

Constructors

Methods

Name Value Summary
Register(IServiceConventionContext) void

Extension Methods

See Also