WriteMessageOptions Constructor (LogEventData) |
Initializes a WriteMessageOptions and optionally specifies the properties given a LogEventData.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public WriteMessageOptions( in LogEventData data )
Parameters
- data
- Type: PostSharp.Patterns.Diagnostics.Custom.LogEventData
Optional. Specifies the properties of the WriteMessageOptions. See LogEventData.