SerilogLogRecordBuilder.BeginRecord Method |
Namespace: PostSharp.Patterns.Diagnostics.Backends.Serilog
Assembly: PostSharp.Patterns.Diagnostics.Backends.Serilog (in PostSharp.Patterns.Diagnostics.Backends.Serilog.dll) Version: 6.9.11.0 (6.9.11.0)
public override void BeginRecord( LoggingContext context, ref LogRecordInfo recordInfo, ref LogMemberInfo memberInfo )
Parameters
- context
- Type: PostSharp.Patterns.Diagnostics.Contexts.LoggingContext
The parent LoggingContext of the record. - recordInfo
- Type: PostSharp.Patterns.Diagnostics.Contexts.LogRecordInfo
Information about the record. - memberInfo
- Type: PostSharp.Patterns.Diagnostics.Contexts.LogMemberInfo
Information about the method, property, or field.