C# 클래스 Akka.Event.Warning

Represents an Warning log event.
상속: LogEvent
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
LogLevel ( ) : LogLevel
Warning ( string logSource, Type logClass, object message ) : System

Initializes a new instance of the Warning class.

메소드 상세

LogLevel() 공개 메소드

public LogLevel ( ) : LogLevel
리턴 LogLevel

Warning() 공개 메소드

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.
리턴 System