Skip to content

Commit bcfec50

Browse files
committed
Clean README.md.
1 parent db9084a commit bcfec50

File tree

1 file changed

+3
-3
lines changed
  • Framework/PostSharp.Samples.CustomLogging

1 file changed

+3
-3
lines changed

Diff for: Framework/PostSharp.Samples.CustomLogging/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When you apply the `[LogMethod]` aspect to a method, the method creates a log re
1212
* the method returns successfully,
1313
* the method fails with an exception.
1414

15-
Additionally, you can apply the '[LogSetValue]` to a field or property to create a log record when the field or property is set.
15+
Additionally, you can apply the `[LogSetValue]` to a field or property to create a log record when the field or property is set.
1616

1717
## What is being demonstrated?
1818

@@ -33,9 +33,9 @@ This example is purely educational. It has the following limitations:
3333
* Subject to infinite loops if you add logging to the `ToString` method.
3434

3535
If you need production-grade logging, you should consider using the
36-
`PostSharp.Patterns.Diagnostics.LogAttribute` aspect.
36+
`[Log]` aspect from the `[PostSharp.Patterns.Diagnostics]` namespace.
3737

38-
The `LogAttribute` aspect works out of the box. The `LogAttribute` aspect is highly optimized for run-time performance, multithreading and reentrance.
38+
The `[Log]` aspect works out of the box. It is highly optimized for run-time performance, multithreading and reentrance.
3939
You can set up logging in a few minutes without modifying your existing source code.
4040

4141

0 commit comments

Comments
 (0)