Method AddLogItem
AddLogItem(ListControlItem, LogItemKind)
Adds log item using the specified ListControlItem.
LogListBox controls binded to the log will paint added item
with image, font and color properties specified in the item
.
public static void AddLogItem(ListControlItem item, LogItemKind kind = LogItemKind.Information)
Parameters
item
ListControlItemItem to add.
kind
LogItemKindItem kind.