C# 클래스 Akka.Event.LogEvent

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

공개 메소드들

메소드 설명
LogLevel ( ) : LogLevel

Gets the specified LogLevel for this LogEvent.

ToString ( ) : string

Returns a System.String that represents this LogEvent.

보호된 메소드들

메소드 설명
LogEvent ( ) : System

Initializes a new instance of the LogEvent class.

메소드 상세

LogEvent() 보호된 메소드

Initializes a new instance of the LogEvent class.
protected LogEvent ( ) : System
리턴 System

LogLevel() 공개 추상적인 메소드

Gets the specified LogLevel for this LogEvent.
public abstract LogLevel ( ) : LogLevel
리턴 LogLevel

ToString() 공개 메소드

Returns a System.String that represents this LogEvent.
public ToString ( ) : string
리턴 string