GR0027: Constructor should have a logging framework instance as the final parameter.
Title | Constructor should have a logging framework instance as the final parameter. |
---|---|
Id | GR0027 |
Category | Design |
Default Severity | Warning |
Enabled By Default | True |
Description | Constructors should have a final parameter of
Microsoft.Extensions.Logging.ILogging<T> or,
a sublass of Whipstaff.Core.ILogMessageActionsWrapper<T> or,
XUnit.Abstractions.ITestOutputHelper.
This is to encourage a design that contains sufficient logging. |
Custom Tags |