Click or drag to resize
LogItem Class
Represents one record in log.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegrationLogItem

Namespace: CMS.ContinuousIntegration
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class LogItem

The LogItem type exposes the following members.

Constructors
  NameDescription
Public methodLogItem
Constructor.
Top
Properties
  NameDescription
Public propertyActionType
Type of the action which logged the message
Public propertyMessage
Message text.
Public propertyType
Type of message.
Top
Methods
Remarks
Instance of this class is immutable.
See Also