C# Class TVSorter.LogMessageEventArgs

The log message event args.
Inheritance: System.EventArgs
Mostrar archivo Open project: a-jackson/tvsorter

Public Methods

Method Description
LogMessageEventArgs ( string message, System.DateTime time, LogType type ) : System

Initializes a new instance of the LogMessageEventArgs class. Initialises a new instance of the LogMessageEventArgs class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object .

Method Details

LogMessageEventArgs() public method

Initializes a new instance of the LogMessageEventArgs class. Initialises a new instance of the LogMessageEventArgs class.
public LogMessageEventArgs ( string message, System.DateTime time, LogType type ) : System
message string /// The message. ///
time System.DateTime /// The time. ///
type LogType The type of the log message.
return System

ToString() public method

Returns a T:System.String that represents the current T:System.Object .
public ToString ( ) : string
return string