Interface IHost
An interface to the engine host running this plugin.
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public interface IHost
Methods
View SourceLogAsync(LogMessage)
Send a log message to the host.
Declaration
Task LogAsync(LogMessage message)
Parameters
| Type | Name | Description |
|---|---|---|
| LogMessage | message |
Returns
| Type | Description |
|---|---|
| Task |