Class ConfigureServices
Provides access to additional services that might be useful during configuration actions.
Inheritance
System.Object
ConfigureServices
Namespace: Copper.Common
Assembly: Copper.Common.dll
Syntax
public class ConfigureServices
Properties
View SourceComponentBuilderLogger
Gets the component builder logger.
Declaration
public ILogger ComponentBuilderLogger { get; }
Property Value
Type | Description |
---|---|
ILogger | The component builder logger. |