Click or drag to resize
Akka.NETSupervisorStrategyLogFailure Method
Logs the failure.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected virtual void LogFailure(
	IActorContext context,
	IActorRef child,
	Exception cause,
	Directive directive
)

Parameters

context
Type: Akka.ActorIActorContext
The actor cell.
child
Type: Akka.ActorIActorRef
The child.
cause
Type: SystemException
The cause.
directive
Type: Akka.ActorDirective
The directive.
See Also