Click or drag to resize
Akka.NETFSM<TState, TData>.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.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
protected virtual void LogTermination(
	FSMBase. Reason reason
)

Parameters

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