2 references to Format
Microsoft.Extensions.Logging.Abstractions (2)
LogValuesFormatter.cs (2)
160
return string.
Format
(CultureInfo.InvariantCulture, _format, formattedValues ?? Array.Empty<object>());
174
return string.
Format
(CultureInfo.InvariantCulture, _format, values ?? Array.Empty<object>());