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: 13.0.131
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
  NameDescription
Public methodToString
Return type and content of message in single string.
(Overrides ObjectToString.)
Top
Remarks
Instance of this class is immutable.
See Also