LogRowFormatter Constructor
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Sub New ( _
schema As LogSchema _
)
'Usage
Dim schema As LogSchema
Dim instance As New LogRowFormatter(schema)
public LogRowFormatter(
LogSchema schema
)
Parameters
- schema
Type: LogSchema
See Also