Table of Contents

Class LogUtils.LogItem

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

Implements log item.

public class LogUtils.LogItem : BaseObject, IBaseObject
Inheritance
LogUtils.LogItem
Implements

Constructors

LogItem()

Initializes a new instance of the LogUtils.LogItem class.

LogItem(ListControlItem?, LogItemKind)

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

LogItem(string, LogItemKind)

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

Fields

Item

Gets or sets ListControlItem used to show log item.

Kind

Gets or sets kind of the log item.

Msg

Gets or sets message of the log item.

Properties

Id

Gets id of the log message.