Show / Hide Table of Contents

Struct LogMessage

Represents a log message that can be sent or received via the network.

Implements
IMessage
Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public struct LogMessage : IMessage

Constructors

| Improve this Doc View Source

LogMessage(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 Source

Message

Gets the log message.

Declaration
public string Message { get; }
Property Value
Type Description
string

Implements

IMessage
  • Improve this Doc
  • View Source
Back to top Generated by DocFX