Table of Contents

Method LogRangeAsSection

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

LogRangeAsSection(IEnumerable, LogItemKind)

Logs IEnumerable as section (enclosed in separators).

public static void LogRangeAsSection(IEnumerable items, LogItemKind kind = LogItemKind.Information)

Parameters

items IEnumerable

Items to log.

kind LogItemKind

Log item kind.