Skip to content

Commit ec8b7dc

Browse files
committed
Preparation for the new samples browser.
1 parent 9974e43 commit ec8b7dc

File tree

28 files changed

+30
-83
lines changed

28 files changed

+30
-83
lines changed

Diagnostics/PostSharp.Samples.Audit.Extended/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PostSharp.Samples.Audit.Extended
2-
31
This example demonstrates how to extend the default Audit logging back-end so that the audit records contains pieces of information that are
42
not provided by the default implementation.
53

Diagnostics/PostSharp.Samples.Audit/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PostSharp.Samples.Audit
2-
31
This example shows how to implement audit in a business application.
42

53
Audit records are typically appended to a database and correlated, through a foreign key, to the object entity being accessed and the user performing the operation.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PostSharp.Samples.Logging.Console
2-
31
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to Common.Logging.
42
Here Common.Logging is configured to direct outputs to the system console.
53

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PostSharp.Samples.Logging.Console
2-
31
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to the system console.
42

53

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PostSharp.Samples.Logging.CustomBackend.ServiceStack
2-
31
This example shows how to implement an PostSharp Logging adapter for an arbitraty logging framework. We use the term *back-end* indifferently to mean
42
either the adapter either the target logging framework itself.
53

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PostSharp.Samples.Logging.Customization
2-
31
This example demonstrates several ways to override the default behavior of PostSharp Logging:
42

53
* A value formatter named `FancyIntFormatter`, which demonstrates the implementation of the `Formatter` class.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PostSharp.Samples.Logging.Etw
2-
31
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to ETW.
42

53

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PostSharp.Samples.Logging.Log4Net
2-
31
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to log4net.
42

53

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PostSharp.Samples.Logging.Loupe
2-
31
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to Loupe from Gibraltar.
42
The application automatically opens an empty window of the Loupe Viewer. You should then see a Loupe desktop notification saying that a new
53
session is available. Click on this notification to open the log, and ignore the empty window that first opened.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PostSharp.Samples.Logging.NLog
2-
31
This example demonstrates how to configure the PostSharp Logging aspect so that it prints its output to NLog.
42

53

0 commit comments

Comments
 (0)