Click or drag to resize
Akka.NETFSMTState, TDataLogTermination Method
By default, Failure is logged at error level and other reason types are not logged. It is possible to override this behavior.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected virtual void LogTermination(
	FSMBaseReason reason
)

Parameters

reason
Type: Akka.ActorFSMBaseReason
TBD
See Also