Class LogMessage#
Namespace: Aeon.Acquisition
Assembly: Aeon.Acquisition.dll
public class LogMessage
Inheritance#
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#
Properties#
Message#
public string Message { get; }
Property Value#
Priority#
public PriorityLevel Priority { get; }
Property Value#
Type#
public string Type { get; }
Property Value#
Methods#
ToString()#
Returns a string that represents the current object.
public override string ToString()
Returns#
A string that represents the current object.