Class BaseLogView.LogItem
Represents a log item with a message.
protected class BaseLogView.LogItem
- Inheritance
-
BaseLogView.LogItem
Constructors
- LogItem(string)
Initializes a new instance of the BaseLogView.LogItem class with the specified message.
Fields
- Message
Gets or sets the message of the log item.
Methods
- ToString()
Returns the message of the log item as a string.