Table of Contents

GR0027: Constructor should have a logging framework instance as the final parameter.

TitleConstructor should have a logging framework instance as the final parameter.
IdGR0027
CategoryDesign
Default SeverityWarning
Enabled By DefaultTrue
DescriptionConstructors should have a final parameter of Microsoft.Extensions.Logging.ILogging or, a sublass of Whipstaff.Core.ILogMessageActionsWrapper or, XUnit.Abstractions.ITestOutputHelper.

This is to encourage a design that contains sufficient logging.

Custom Tags