AuditRecord(Type, string, LogRecordKind)
Initializes a new AuditRecord.
Declaration
public AuditRecord(Type declaringType, string memberName, LogRecordKind recordKind)Parameters
| Type | Name | Description |
|---|---|---|
| Type | declaringType | Declaring type of the audited method. |
| string | memberName | Name of the audited method. |
| LogRecordKind | recordKind | Kind of record (typically MethodSuccess or MethodException). |