Constructor LogItem
LogItem(string)
Initializes a new instance of the BaseLogView.LogItem class with the specified message.
public LogItem(string message)
Parameters
message
stringThe message to associate with the log item.
Initializes a new instance of the BaseLogView.LogItem class with the specified message.
public LogItem(string message)
message
stringThe message to associate with the log item.