2 references to GetValue
Microsoft.Extensions.Logging.Abstractions (2)
FormattedLogValues.cs (1)
77
return _formatter.
GetValue
(_values, index);
LogValuesFormatterObsolete.cs (1)
38
public KeyValuePair<string, object?> GetValue(object?[] values, int index) => _inner.
GetValue
(values, index);