Method LogRangeToFile
LogRangeToFile(IEnumerable, string?, string?)
Logs IEnumerable to file.
public static void LogRangeToFile(IEnumerable items, string? title = null, string? filename = null)
Parameters
items
IEnumerableRange of items.
title
stringSection title. Optional.
filename
stringLog file path. LogFilePath is used when this parameter is
null
.