An GraphLogAction.Action to associate with a message logged using the GraphLogger accepting an Object.
GraphLogAction serves as a way to link user executable actions to messages logged using the GraphLogger when handling Graph.OnGraphChanged.
The Object parameter is the same as the context passed when logging messages with the GraphLogger.
| Property | Description |
|---|---|
| Action | The action to execute. |
| Description | The description of the action. |
| Constructor | Description |
|---|---|
| GraphLogAction | Initializes a new instance of the GraphLogAction class. |