You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Diagnostics/PostSharp.Samples.Logging.Audit/README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,4 @@ Whenever an audited method is executed, the `AuditServices.RecordPublished` even
9
9
to this event and write all relevant pieces of information to the audit database table. The event arguments gives information about
10
10
the business object being accessed, the name of method being invoked, and a detailed description of the event similar to a logging log record.
11
11
12
-
In this sample, the `DbAuditRecord` class simulates a database entity. In a real-world example, you would write the audit record into a database table.
13
-
14
-
## Documentation
15
-
16
-
[Adding Audit to Your Solution](https://doc.postsharp.net/audit).
17
-
12
+
In this sample, the `DbAuditRecord` class simulates a database entity. In a real-world example, you would write the audit record into a database table.
0 commit comments