C# Класс Akka.Event.Error

Represents an Error log event.
Наследование: LogEvent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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