Skip to content

Commit 38d3b0e

Browse files
committed
Added references to documentation.
1 parent 14911d9 commit 38d3b0e

File tree

10 files changed

+28
-0
lines changed

10 files changed

+28
-0
lines changed

Diagnostics/PostSharp.Samples.Audit/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ the business object being accessed, the name of method being invoked, and a deta
1111

1212
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.
1313

14+
## Documentation
1415

16+
[Adding Audit to Your Solution](http://doc.postsharp.net/audit).
1517

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to Common.Logging.
22
Here Common.Logging is configured to direct outputs to the system console.
33

4+
## Documentation
45

6+
[Logging to the Common.Logging](http://doc.postsharp.net/common-logging)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to the system console.
22

33

4+
## Documentation
5+
6+
[Logging to the system console](http://doc.postsharp.net/logging-console)

Diagnostics/PostSharp.Samples.Logging.CustomBackend.ServiceStack/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ either the adapter either the target logging framework itself.
33

44
We chose `ServiceStack.Logging` as the example framework, but you can easily follow the same techniques to build an adapter for your own back-end.
55

6+
## Documentation
67

8+
[Implementing an Adapter to a Custom Logging Framework](http://doc.postsharp.net/custom-logging-backend)

Diagnostics/PostSharp.Samples.Logging.Customization/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ This example demonstrates several ways to override the default behavior of PostS
44
* A formattable class named `ExampleFormattable`, which demonstrates the implementation of the `IFormattable` interface.
55
* A custom backend derived named `CustomLoggingBackend` which derives from `ConsoleLoggingBackend` but adds the thread id to the record line and a prefix to the parameter.
66

7+
## Documentation
78

9+
[Implementing a Custom Formatter](http://doc.postsharp.net/custom-formatter)
10+
11+
[Implementing an Adapter to a Custom Logging Framework](http://doc.postsharp.net/custom-logging-backend)
812

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to ETW.
22

33

4+
## Documentation
5+
6+
[Logging to the etw](http://doc.postsharp.net/etw)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to log4net.
22

33

4+
## Documentation
5+
6+
[Logging to the log4net](http://doc.postsharp.net/log4net)

Diagnostics/PostSharp.Samples.Logging.Loupe/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ The application automatically opens an empty window of the Loupe Viewer. You sho
33
session is available. Click on this notification to open the log, and ignore the empty window that first opened.
44

55

6+
## Documentation
7+
8+
[Logging to the Loupe](http://doc.postsharp.net/loupe)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to NLog.
22

33

4+
## Documentation
5+
6+
[Logging to the log4net](http://doc.postsharp.net/nlog)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to Serilog.
22

33

4+
## Documentation
5+
6+
[Logging to the Serilog](http://doc.postsharp.net/serilog)

0 commit comments

Comments
 (0)