Struct LogMessage
Represents a log message that can be sent or received via the network.
Implements
Inherited Members
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public struct LogMessage : IMessage
Constructors
| Improve this Doc View SourceLogMessage(string)
Initializes a new instance of the LogMessage struct.
Declaration
public LogMessage(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
Properties
| Improve this Doc View SourceMessage
Gets the log message.
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |