RequestLoggingConvention Class

Summary

RequestLoggingConvention. Implements the ILoggingConvention
graph BT Type-->Base0["Object"] Type-.->Interface0["ILoggingConvention"] click Interface0 "/api/Rocket.Surgery.Extensions.Logging/ILoggingConvention" Type-.->Interface1["IConvention<ILoggingConventionContext>"] Type-.->Interface2["IConvention"] click Interface2 "/api/Rocket.Surgery.Conventions/IConvention" Type["RequestLoggingConvention"] class Type type-node

Syntax

public class RequestLoggingConvention : ILoggingConvention, IConvention<ILoggingConventionContext>, 
    IConvention

Constructors

Methods

Name Value Summary
Register(ILoggingConventionContext) void
Registers the specified context.

Extension Methods

See Also