C# 클래스 Akka.Event.StandardOutLogger

Class StandardOutLogger.
상속: Akka.Actor.MinimalActorRef
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
PrintLogEvent ( LogEvent logEvent ) : void

Prints the LogEvent using the StandardOutWriter.

보호된 메소드들

메소드 설명
TellInternal ( object message, IActorRef sender ) : void

Handles log events printing them to the Console.

비공개 메소드들

메소드 설명
StandardOutLogger ( ) : System

메소드 상세

PrintLogEvent() 공개 정적인 메소드

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

TellInternal() 보호된 메소드

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