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