C# Class Akka.Event.LogEvent

Class LogEvent.
Inheritance: NoSerializationVerificationNeeded
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
LogLevel ( ) : LogLevel

Gets the specified LogLevel for this LogEvent.

ToString ( ) : string

Returns a System.String that represents this LogEvent.

Protected Methods

Method Description
LogEvent ( ) : System

Initializes a new instance of the LogEvent class.

Method Details

LogEvent() protected method

Initializes a new instance of the LogEvent class.
protected LogEvent ( ) : System
return System

LogLevel() public abstract method

Gets the specified LogLevel for this LogEvent.
public abstract LogLevel ( ) : LogLevel
return LogLevel

ToString() public method

Returns a System.String that represents this LogEvent.
public ToString ( ) : string
return string