C# Class Akka.Event.Warning

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

Méthodes publiques

Méthode Description
LogLevel ( ) : LogLevel
Warning ( string logSource, Type logClass, object message ) : System

Initializes a new instance of the Warning class.

Method Details

LogLevel() public méthode

public LogLevel ( ) : LogLevel
Résultat LogLevel

Warning() public méthode

Initializes a new instance of the Warning class.
public Warning ( string logSource, Type logClass, object message ) : System
logSource string The log source.
logClass System.Type The log class.
message object The message.
Résultat System