| SupervisorStrategyLogFailure Method |
Logs the failure.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected virtual void LogFailure(
IActorContext context,
IActorRef child,
Exception cause,
Directive directive
)
abstract LogFailure :
context : IActorContext *
child : IActorRef *
cause : Exception *
directive : Directive -> unit
override LogFailure :
context : IActorContext *
child : IActorRef *
cause : Exception *
directive : Directive -> unit
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