9 references to Log
Microsoft.AspNetCore.Mvc.Core (9)
Infrastructure\DefaultOutputFormatterSelector.cs (9)
70
Log
.RegisteredOutputFormatters(_logger, formatters);
81
Log
.NoAcceptForNegotiation(_logger);
89
Log
.SelectingOutputFormatterUsingAcceptHeader(_logger, acceptableMediaTypes);
99
Log
.SelectingOutputFormatterUsingAcceptHeaderAndExplicitContentTypes(_logger, acceptableMediaTypes, contentTypes);
111
Log
.NoFormatterFromNegotiation(_logger, acceptableMediaTypes);
124
Log
.SelectingOutputFormatterWithoutUsingContentTypes(_logger);
132
Log
.SelectingOutputFormatterUsingContentTypes(_logger, contentTypes);
143
Log
.FormatterSelected(_logger, selectedFormatter, context);
172
Log
.SelectFirstCanWriteFormatter(_logger);