C# Class wmib.Logging.Message

Message that needs to be printed
Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Свойство Type Description
Text string
Time System.DateTime
Type Syslog.Type

Méthodes publiques

Méthode Description
Message ( string text, System.DateTime time, Syslog MT ) : System

Initializes a new instance of the class.

Method Details

Message() public méthode

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. ///
Résultat System

Property Details

Text public_oe property

Message
public string Text
Résultat string

Time public_oe property

Time
public DateTime,System Time
Résultat System.DateTime

Type public_oe property

Is a warning
public Syslog.Type Type
Résultat Syslog.Type