LogValuesFormatter sealed class LogValuesFormatter Formatter to convert the named format items like {NamedformatItem} to Format format. Documentation Code public string OriginalFormat { get; } public List<string> ValueNames { get; } public LogValuesFormatter(string format) public string Format(object[] values) public KeyValuePair<string, object> GetValue(object[] values, int index) public IEnumerable<KeyValuePair<string, object>> GetValues(object[] values)