Skip to content

mattermostevents LogEventArgs

BigMakCode edited this page Aug 5, 2024 · 1 revision

LogEventArgs Public class

Description

Log text message.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Mattermost.Events
  Mattermost.Events.LogEventArgs[[LogEventArgs]]
  end
Loading

Members

Properties

Public properties

Type Name Methods
string Message
Text message.
get, set

Details

Summary

Log text message.

Constructors

LogEventArgs

public LogEventArgs(string message)
Arguments
Type Name Description
string message Text message.
Summary

Create event args with specified message.

Properties

Message

public string Message { get; set; }
Summary

Text message.

Generated with ModularDoc

Clone this wiki locally