C# Class Akka.Event.Error

Represents an Error log event.
Inheritance: LogEvent
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
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.

Method Details

Error() public method

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.
return System

LogLevel() public method

public LogLevel ( ) : LogLevel
return LogLevel

ToString() public method

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