Click or drag to resize
Akka.NETPersistentFSMBaseTState, TData, TEventLogTermination 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.Persistence.Fsm
Assembly:  Akka.Persistence (in Akka.Persistence.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