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(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 ListControlItem
kind LogItemKind

LogItem()

Initializes a new instance of the LogUtils.LogItem class.

public LogItem()