-
-
Notifications
You must be signed in to change notification settings - Fork 8
mattermostevents LogEventArgs
BigMakCode edited this page Aug 5, 2024
·
1 revision
Log text message.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Mattermost.Events
Mattermost.Events.LogEventArgs[[LogEventArgs]]
end
| Type | Name | Methods |
|---|---|---|
string |
MessageText message. |
get, set |
Log text message.
public LogEventArgs(string message)| Type | Name | Description |
|---|---|---|
string |
message | Text message. |
Create event args with specified message.
public string Message { get; set; }Text message.
Generated with ModularDoc