Table of Contents

Method AddLogItem

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

AddLogItem(TreeControlItem, LogItemKind)

Adds log item using the specified ListControlItem. LogListBox controls attached to the log will paint added item with image, font and color properties specified in the item.

public static void AddLogItem(TreeControlItem item, LogItemKind kind = LogItemKind.Information)

Parameters

item TreeControlItem

Item to add.

kind LogItemKind

Item kind.

AddLogItem(LogItem, bool)

Adds log item.

public static void AddLogItem(LogUtils.LogItem item, bool wait)

Parameters

item LogUtils.LogItem
wait bool