| LoggerMailbox Constructor |
TBD
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public LoggerMailbox(
IActorRef owner,
ActorSystem system
)
new :
owner : IActorRef *
system : ActorSystem -> LoggerMailbox
Parameters
- owner
- Type: Akka.ActorIActorRef
TBD - system
- Type: Akka.ActorActorSystem
TBD
See Also