C# Class Akka.Event.LogEvent

Class LogEvent.
Inheritance: NoSerializationVerificationNeeded
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
LogLevel ( ) : LogLevel

Gets the specified LogLevel for this LogEvent.

ToString ( ) : string

Returns a System.String that represents this LogEvent.

Méthodes protégées

Méthode Description
LogEvent ( ) : System

Initializes a new instance of the LogEvent class.

Method Details

LogEvent() protected méthode

Initializes a new instance of the LogEvent class.
protected LogEvent ( ) : System
Résultat System

LogLevel() public abstract méthode

Gets the specified LogLevel for this LogEvent.
public abstract LogLevel ( ) : LogLevel
Résultat LogLevel

ToString() public méthode

Returns a System.String that represents this LogEvent.
public ToString ( ) : string
Résultat string