1 write to _logger
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
30
_logger
= logger;
3 references to _logger
Microsoft.AspNetCore.Mvc.Core (3)
Formatters\SystemTextJsonInputFormatter.cs (3)
76
Log.JsonInputException(
_logger
, jsonException);
86
Log.JsonInputException(
_logger
, exception);
108
Log.JsonInputSuccess(
_logger
, context.ModelType);