Skip to content

Commit 7ce20fb

Browse files
committed
Add ZLogger support to the README.md
1 parent b676627 commit 7ce20fb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
An extension for ReSharper and Rider IDE that highlights structured logging templates and contains some useful analyzers
66

7-
> [The highlighting is a built-in feature starting from R#/Rider 2021.2](https://github.com/olsh/resharper-structured-logging/issues/35#issuecomment-900883583),
7+
> [The highlighting is a built-in feature starting from R#/Rider 2021.2](https://github.com/olsh/resharper-structured-logging/issues/35#issuecomment-900883583),
88
> but the extension still contains some useful analyzers that are not (yet) implemented by JetBrains team
99
10-
At the moment it supports Serilog, NLog, and Microsoft.Extensions.Logging
10+
At the moment it supports Serilog, NLog, Microsoft.Extensions.Logging and ZLogger
1111

1212
## Installation ReSharper
1313

14-
Look for `Structured Logging` in ReSharper -> Extension manager.
14+
Look for `Structured Logging` in ReSharper -> Extension manager.
1515
[JetBrains Plugins Repository](https://plugins.jetbrains.com/plugin/12083-structured-logging)
1616

1717
## Installation Rider
1818

19-
Look for `Structured Logging` in Settings -> Plugins -> Browse repositories.
19+
Look for `Structured Logging` in Settings -> Plugins -> Browse repositories.
2020
[JetBrains Plugins Repository](https://plugins.jetbrains.com/plugin/12832-structured-logging)
2121

2222
## Highlighting
@@ -25,17 +25,17 @@ Look for `Structured Logging` in Settings -> Plugins -> Browse repositories.
2525

2626
## Analyzers
2727

28-
* [Anonymous object is not destructured](rules/AnonymousObjectDestructuringProblem.md)
29-
* [Complex object is not destructured](rules/ComplexObjectDestructuringProblem.md)
30-
* [Complex object is not destructured in context](rules/ComplexObjectInContextDestructuringProblem.md)
31-
* [Contextual logger mismatch](rules/ContextualLoggerProblem.md)
32-
* [Exception passed as a template argument](rules/ExceptionPassedAsTemplateArgumentProblem.md)
33-
* [Duplicate properties in a template](rules/TemplateDuplicatePropertyProblem.md)
34-
* [Template should be a compile-time constant](rules/TemplateIsNotCompileTimeConstantProblem.md)
35-
* [Prefer named properties instead of positional ones](rules/PositionalPropertyUsedProblem.md)
36-
* [Inconsistent log property naming](rules/InconsistentLogPropertyNaming.md)
37-
* [Inconsistent log property naming in context](rules/InconsistentContextLogPropertyNaming.md)
38-
* [Log event messages should be fragments, not sentences](rules/LogMessageIsSentenceProblem.md)
28+
* [Anonymous object is not destructured](rules/AnonymousObjectDestructuringProblem.md)
29+
* [Complex object is not destructured](rules/ComplexObjectDestructuringProblem.md)
30+
* [Complex object is not destructured in context](rules/ComplexObjectInContextDestructuringProblem.md)
31+
* [Contextual logger mismatch](rules/ContextualLoggerProblem.md)
32+
* [Exception passed as a template argument](rules/ExceptionPassedAsTemplateArgumentProblem.md)
33+
* [Duplicate properties in a template](rules/TemplateDuplicatePropertyProblem.md)
34+
* [Template should be a compile-time constant](rules/TemplateIsNotCompileTimeConstantProblem.md)
35+
* [Prefer named properties instead of positional ones](rules/PositionalPropertyUsedProblem.md)
36+
* [Inconsistent log property naming](rules/InconsistentLogPropertyNaming.md)
37+
* [Inconsistent log property naming in context](rules/InconsistentContextLogPropertyNaming.md)
38+
* [Log event messages should be fragments, not sentences](rules/LogMessageIsSentenceProblem.md)
3939

4040
## Turning Off Analyzers
4141

0 commit comments

Comments
 (0)