C# Class wmib.Logging.Message

Message that needs to be printed
Mostra file Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
Text string
Time System.DateTime
Type Syslog.Type

Public Methods

Method Description
Message ( string text, System.DateTime time, Syslog MT ) : System

Initializes a new instance of the class.

Method Details

Message() public method

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

Property Details

Text public_oe property

Message
public string Text
return string

Time public_oe property

Time
public DateTime,System Time
return System.DateTime

Type public_oe property

Is a warning
public Syslog.Type Type
return Syslog.Type