RoushTech/RollbarDotNet

View on GitHub
src/RollbarDotNet/Logger/RollbarDotNetLogger.cs

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

Method Log has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception,
Func<TState, Exception, string> formatter)
Severity: Minor
Found in src/RollbarDotNet/Logger/RollbarDotNetLogger.cs - About 35 mins to fix
    Category
    Status