C# Class Akka.Event.Warning

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

Public Methods

Method Description
LogLevel ( ) : LogLevel
Warning ( string logSource, Type logClass, object message ) : System

Initializes a new instance of the Warning class.

Method Details

LogLevel() public method

public LogLevel ( ) : LogLevel
return LogLevel

Warning() public method

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