IActorRuntime.RegisterLog method
Use this method to register an IActorRuntimeLog
.
public void RegisterLog(IActorRuntimeLog log)
parameter | description |
---|---|
log | The log writer to register. |
See Also
- interface IActorRuntimeLog
- interface IActorRuntime
- namespace Microsoft.Coyote.Actors
- assembly Microsoft.Coyote