Click or drag to resize
SupervisorStrategyLogFailure Method
Logs the failure.

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

Parameters

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