Method LogRangeAsSection
LogRangeAsSection(IEnumerable, LogItemKind)
Logs IEnumerable as section (enclosed in separators).
public static void LogRangeAsSection(IEnumerable items, LogItemKind kind = LogItemKind.Information)
Parameters
items
IEnumerableItems to log.
kind
LogItemKindLog item kind.