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