C# Class Akka.Event.StandardOutLogger

Class StandardOutLogger.
Inheritance: Akka.Actor.MinimalActorRef
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
PrintLogEvent ( LogEvent logEvent ) : void

Prints the LogEvent using the StandardOutWriter.

Méthodes protégées

Méthode Description
TellInternal ( object message, IActorRef sender ) : void

Handles log events printing them to the Console.

Private Methods

Méthode Description
StandardOutLogger ( ) : System

Method Details

PrintLogEvent() public static méthode

Prints the LogEvent using the StandardOutWriter.
public static PrintLogEvent ( LogEvent logEvent ) : void
logEvent LogEvent
Résultat void

TellInternal() protected méthode

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