C# 클래스 wmib.Logging.Message

Message that needs to be printed
파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 프로퍼티들

프로퍼티 타입 설명
Text string
Time System.DateTime
Type Syslog.Type

공개 메소드들

메소드 설명
Message ( string text, System.DateTime time, Syslog MT ) : System

Initializes a new instance of the class.

메소드 상세

Message() 공개 메소드

Initializes a new instance of the class.
public Message ( string text, System.DateTime time, Syslog MT ) : System
text string /// Text. ///
time System.DateTime /// Time. ///
MT Syslog /// M. ///
리턴 System

프로퍼티 상세

Text 공개적으로 프로퍼티

Message
public string Text
리턴 string

Time 공개적으로 프로퍼티

Time
public DateTime,System Time
리턴 System.DateTime

Type 공개적으로 프로퍼티

Is a warning
public Syslog.Type Type
리턴 Syslog.Type