Table of Contents

Method LogRangeToFile

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LogRangeToFile(IEnumerable, string?, string?)

Logs IEnumerable to file.

public static void LogRangeToFile(IEnumerable items, string? title = null, string? filename = null)

Parameters

items IEnumerable

Range of items.

title string

Section title. Optional.

filename string

Log file path. LogFilePath is used when this parameter is null.