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
msg
stringkind
LogItemKind
LogItem(TreeControlItem?, LogItemKind)
Initializes a new instance of the LogUtils.LogItem class with the specified parameters.
public LogItem(TreeControlItem? item, LogItemKind kind = LogItemKind.Information)
Parameters
item
TreeControlItemkind
LogItemKind
LogItem()
Initializes a new instance of the LogUtils.LogItem class.
public LogItem()