olsh / resharper-structured-logging

An extension for ReSharper and Rider that highlights structured logging templates and contains some useful analyzers
MIT License
141 stars 14 forks source link

Support LoggerMessage.Define and DefineScope #64

Open FstTesla opened 2 years ago

FstTesla commented 2 years ago

The Microsoft.Extensions.Logging.LoggerMessage static class provides several overloaded Define and DefineScope methods.

The string formatString argument of these methods should be included in the analysis performed by this plugin.