<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.5-preview1" />

System.Net.Http.Formatting.IFormatterLogger

public interface IFormatterLogger
Interface to log events that occur during formatter reads.
void LogError(string errorPath, string errorMessage)

Logs an error.

void LogError(string errorPath, Exception exception)

Logs an error.