Constructor LogItem
LogItem(string, LogItemKind)
Initializes a new instance of the LogUtils.LogItem class with the specified parameters.
public LogItem(string msg, LogItemKind kind)
Parameters
msgstringkindLogItemKind
LogItem(TreeViewItem?, LogItemKind)
Initializes a new instance of the LogUtils.LogItem class with the specified parameters.
public LogItem(TreeViewItem? item, LogItemKind kind = LogItemKind.Information)
Parameters
itemTreeViewItemkindLogItemKind
LogItem()
Initializes a new instance of the LogUtils.LogItem class.
public LogItem()