C# Class Akka.Event.StandardOutLogger

Class StandardOutLogger.
Inheritance: Akka.Actor.MinimalActorRef
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
PrintLogEvent ( LogEvent logEvent ) : void

Prints the LogEvent using the StandardOutWriter.

Protected Methods

Method Description
TellInternal ( object message, IActorRef sender ) : void

Handles log events printing them to the Console.

Private Methods

Method Description
StandardOutLogger ( ) : System

Method Details

PrintLogEvent() public static method

Prints the LogEvent using the StandardOutWriter.
public static PrintLogEvent ( LogEvent logEvent ) : void
logEvent LogEvent
return void

TellInternal() protected method

Handles log events printing them to the Console.
message
protected TellInternal ( object message, IActorRef sender ) : void
message object The message.
sender IActorRef The sender.
return void