AuditRecordBuilder.CreateRecord Method |
Namespace: PostSharp.Patterns.Diagnostics.Backends.Audit
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.5.21.0 (6.5.21.0)
protected virtual AuditRecord CreateRecord( LoggingContext context, ref LogRecordInfo recordInfo, ref LogMemberInfo memberInfo )
Parameters
- context
- Type: PostSharp.Patterns.Diagnostics.Contexts.LoggingContext
The context 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.
Return Value
Type: AuditRecordAn AuditRecord.