Table of Contents

Constructor LogItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LogItem(string, LogItemKind)

Initializes a new instance of the LogUtils.LogItem class with the specified parameters.

public LogItem(string msg, LogItemKind kind)

Parameters

msg string
kind 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 TreeControlItem
kind LogItemKind

LogItem()

Initializes a new instance of the LogUtils.LogItem class.

public LogItem()