# Class FormatLogMessage
Namespace: [Aeon.Acquisition](Aeon.Acquisition.md)
Assembly: Aeon.Acquisition.dll
```csharp
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class FormatLogMessage : FormatBuilder, IExpressionBuilder
```
#### Inheritance
[object](https://learn.microsoft.com/dotnet/api/system.object) ←
ExpressionBuilder ←
SingleArgumentExpressionBuilder ←
SelectBuilder ←
FormatBuilder ←
[FormatLogMessage](Aeon.Acquisition.FormatLogMessage.md)
#### Implements
IExpressionBuilder
#### Inherited Members
FormatBuilder.BuildSelector\(Expression\),
FormatBuilder.Format,
FormatBuilder.Selector,
SelectBuilder.BuildSelector\(Expression\),
SelectBuilder.Build\(IEnumerable\),
SingleArgumentExpressionBuilder.ArgumentRange,
ExpressionBuilder.Build\(IEnumerable\),
ExpressionBuilder.ToString\(\),
ExpressionBuilder.Unwrap\(ExpressionBuilder\),
ExpressionBuilder.GetWorkflowElement\(ExpressionBuilder\),
ExpressionBuilder.GetVisualizerElement\(ExpressionBuilder\),
ExpressionBuilder.GetVisualizerMappings\(ExpressionBuilder\),
ExpressionBuilder.FromWorkflowElement\(object, ElementCategory\),
ExpressionBuilder.GetElementDisplayName\(Type\),
ExpressionBuilder.GetElementDisplayName\(object\),
ExpressionBuilder.SelectMembers\(Expression, string\),
ExpressionBuilder.GetArgumentAccess\(IEnumerable, string\),
ExpressionBuilder.ArgumentRange,
[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)
## Properties
### Priority
```csharp
public PriorityLevel Priority { get; set; }
```
#### Property Value
[PriorityLevel](Aeon.Acquisition.PriorityLevel.md)
### Timestamp
```csharp
public string Timestamp { get; set; }
```
#### Property Value
[string](https://learn.microsoft.com/dotnet/api/system.string)
### Type
```csharp
public string Type { get; set; }
```
#### Property Value
[string](https://learn.microsoft.com/dotnet/api/system.string)
## Methods
### BuildSelector\(Expression\)
Returns the expression that applies a string formatting operation on
the specified input parameter to the selector result.
```csharp
protected override Expression BuildSelector(Expression expression)
```
#### Parameters
`expression` [Expression](https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression)
The input parameter to the selector.
#### Returns
[Expression](https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression)
The that applies a string formatting operation
on the input parameter to the selector result.