Click or drag to resize
Akka.NETPersistentFSMBase<TState, TData, TEvent>.LogTermination 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(
	FSMBase. Reason reason
)

Parameters

reason
Type: Akka.Actor.FSMBase.Reason
TBD
See Also