LogEventData.WithAdditionalProperty<T> Method |
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
public LogEventData WithAdditionalProperty<T>( string propertyName, T propertyValue, in LoggingPropertyOptions options = null )
Parameters
- propertyName
- Type: System.String
- propertyValue
- Type: T
- options (Optional)
- Type: PostSharp.Patterns.Diagnostics.Custom.LoggingPropertyOptions
Type Parameters
- T