Method AddLogItem
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
TreeControlItemItem to add.
kind
LogItemKindItem kind.
AddLogItem(LogItem, bool)
Adds log item.
public static void AddLogItem(LogUtils.LogItem item, bool wait)