<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />

FormattedLogValues

struct FormattedLogValues : IReadOnlyList<KeyValuePair<string, object>>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable
LogValues to enable formatting options supported by Format. This also enables using {NamedformatItem} in the format string.
public int Count { get; }

public KeyValuePair<string, object> this[int index] { get; }

public FormattedLogValues(string format, object[] values)

public IEnumerator<KeyValuePair<string, object>> GetEnumerator()