ApplicationInsightsLogRecordBuilder.BeginCustomRecord Method |
Namespace: PostSharp.Patterns.Diagnostics.Backends.ApplicationInsights
Assembly: PostSharp.Patterns.Diagnostics.Backends.ApplicationInsights (in PostSharp.Patterns.Diagnostics.Backends.ApplicationInsights.dll) Version: 2023.0.3.0 (2023.0.3.0)
public override void BeginCustomRecord( LoggingContext context, ref CustomLogRecordInfo recordInfo )
Parameters
- context
- Type: PostSharp.Patterns.Diagnostics.Contexts.LoggingContext
The parent LoggingContext of the record. - recordInfo
- Type: PostSharp.Patterns.Diagnostics.Contexts.CustomLogRecordInfo
Information about the record.