Interface IInstallationService
Provides functionality for logging Umbraco installation events and telemetry.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IInstallationService
Methods
View SourceLogInstall(InstallLog)
Logs an installation event with the provided installation details.
Declaration
Task LogInstall(InstallLog installLog)
Parameters
| Type | Name | Description |
|---|---|---|
| InstallLog | installLog | The installation log containing details about the installation. |
Returns
| Type | Description |
|---|---|
| Task | A task representing the asynchronous operation. |