C# 클래스 Akka.Event.Error

Represents an Error log event.
상속: LogEvent
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
Error ( Exception cause, string logSource, Type logClass, object message ) : System

Initializes a new instance of the Error class.

LogLevel ( ) : LogLevel
ToString ( ) : string

Modifies the LogEvent printable error stream to also include the details of the Cause object itself.

메소드 상세

Error() 공개 메소드

Initializes a new instance of the Error class.
public Error ( Exception cause, string logSource, Type logClass, object message ) : System
cause System.Exception The cause.
logSource string The log source.
logClass System.Type The log class.
message object The message.
리턴 System

LogLevel() 공개 메소드

public LogLevel ( ) : LogLevel
리턴 LogLevel

ToString() 공개 메소드

Modifies the LogEvent printable error stream to also include the details of the Cause object itself.
public ToString ( ) : string
리턴 string