Click or drag to resize
Akka.NETStandardOutLoggerTellInternal Method
Handles incoming log events by printing them to the console.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override void TellInternal(
	Object message,
	IActorRef sender
)

Parameters

message
Type: SystemObject
The message to print
sender
Type: Akka.ActorIActorRef
The actor that sent the message.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown if the given message is undefined.
See Also