SupervisorStrategyLogFailure Method |
Logs the failure.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected virtual void LogFailure(
IActorContext context,
ActorRef child,
Exception cause,
Directive directive
)
Protected Overridable Sub LogFailure (
context As IActorContext,
child As ActorRef,
cause As Exception,
directive As Directive
)
protected:
virtual void LogFailure(
IActorContext^ context,
ActorRef^ child,
Exception^ cause,
Directive directive
)
abstract LogFailure :
context : IActorContext *
child : ActorRef *
cause : Exception *
directive : Directive -> unit
override LogFailure :
context : IActorContext *
child : ActorRef *
cause : Exception *
directive : Directive -> unit
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