Log.Append Method (LogRowFormatter, Int32)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Sub Append ( _
row As LogRowFormatter, _
timestampField As Integer _
)
'Usage
Dim instance As Log
Dim row As LogRowFormatter
Dim timestampField As Integer
instance.Append(row, timestampField)
public void Append(
LogRowFormatter row,
int timestampField
)
Parameters
- timestampField
Type: System.Int32