Class LogMessage#

Namespace: Aeon.Acquisition
Assembly: Aeon.Acquisition.dll

public class LogMessage

Inheritance#

objectLogMessage

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors#

LogMessage(PriorityLevel, string)#

public LogMessage(PriorityLevel priority, string message)

Parameters#

priority PriorityLevel

message string

LogMessage(PriorityLevel, string, string)#

public LogMessage(PriorityLevel priority, string type, string message)

Parameters#

priority PriorityLevel

type string

message string

Fields#

DefaultType#

public const string DefaultType = "Annotation"

Field Value#

string

Properties#

Message#

public string Message { get; }

Property Value#

string

Priority#

public PriorityLevel Priority { get; }

Property Value#

PriorityLevel

Type#

public string Type { get; }

Property Value#

string

Methods#

ToString()#

Returns a string that represents the current object.

public override string ToString()

Returns#

string

A string that represents the current object.