microsoft/coyote

add new actor log API for handled exceptions

pdeligia opened this issue · 0 comments

Right now the same log message happens regardless of the outcome:

this.Context.LogWriter.LogExceptionHandled(this.Id, this.CurrentStateName, methodName, ex);