ILoggingConventionContext Interface

Summary

ILoggingConventionContext Implements the IConventionContext Implements the Microsoft.Extensions.Logging.ILoggingBuilder
ILoggingConventionContext
ILoggingBuilder

Syntax

public interface ILoggingConventionContext : IConventionContext, ILoggingBuilder

Attributes

Type Description
NullableContextAttribute

Properties

Name Value Summary
AssemblyCandidateFinder IAssemblyCandidateFinder
Gets the assembly candidate finder.
AssemblyProvider IAssemblyProvider
Gets the assembly provider.
Configuration IConfiguration
Gets the configuration.
Environment IRocketEnvironment
The environment that this convention is running Based on IHostEnvironment / IHostingEnvironment

Extension Methods

See Also