C# Class Akka.Event.Error

Represents an Error log event.
Inheritance: LogEvent
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

LogLevel() public méthode

public LogLevel ( ) : LogLevel
Résultat LogLevel

ToString() public méthode

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