# Class LogMessage Namespace: [Aeon.Acquisition](Aeon.Acquisition.md) Assembly: Aeon.Acquisition.dll ```csharp public class LogMessage ``` #### Inheritance [object](https://learn.microsoft.com/dotnet/api/system.object) ← [LogMessage](Aeon.Acquisition.LogMessage.md) #### Inherited Members [object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring), [object.Equals\(object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\)), [object.Equals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\-system\-object\)), [object.ReferenceEquals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.GetHashCode\(\)](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.MemberwiseClone\(\)](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) ## Constructors ### LogMessage\(PriorityLevel, string\) ```csharp public LogMessage(PriorityLevel priority, string message) ``` #### Parameters `priority` [PriorityLevel](Aeon.Acquisition.PriorityLevel.md) `message` [string](https://learn.microsoft.com/dotnet/api/system.string) ### LogMessage\(PriorityLevel, string, string\) ```csharp public LogMessage(PriorityLevel priority, string type, string message) ``` #### Parameters `priority` [PriorityLevel](Aeon.Acquisition.PriorityLevel.md) `type` [string](https://learn.microsoft.com/dotnet/api/system.string) `message` [string](https://learn.microsoft.com/dotnet/api/system.string) ## Fields ### DefaultType ```csharp public const string DefaultType = "Annotation" ``` #### Field Value [string](https://learn.microsoft.com/dotnet/api/system.string) ## Properties ### Message ```csharp public string Message { get; } ``` #### Property Value [string](https://learn.microsoft.com/dotnet/api/system.string) ### Priority ```csharp public PriorityLevel Priority { get; } ``` #### Property Value [PriorityLevel](Aeon.Acquisition.PriorityLevel.md) ### Type ```csharp public string Type { get; } ``` #### Property Value [string](https://learn.microsoft.com/dotnet/api/system.string) ## Methods ### ToString\(\) Returns a string that represents the current object. ```csharp public override string ToString() ``` #### Returns [string](https://learn.microsoft.com/dotnet/api/system.string) A string that represents the current object.