Method WriteCommandExecuted
| Improve this Doc View SourceWriteCommandExecuted<TResult>(TCommand, TResult, AddonInvoker)
Writes logging message for command executed.
Declaration
protected virtual void WriteCommandExecuted<TResult>(TCommand command, TResult result, AddonInvoker invoker)
Parameters
| Type | Name | Description |
|---|---|---|
| TCommand | command | The command. |
| TResult | result | The command result. |
| AddonInvoker | invoker | The invoker. |
Type Parameters
| Name | Description |
|---|---|
| TResult | Type of the command result. |