src/RollbarDotNet/Logger/RollbarDotNetLogger.cs
Showing 1 of 1 total issue
Method Log
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)