Click or drag to resize
LogItem Class
Represents Atomia Provisioning log entry.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseLogItem

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public class LogItem

The LogItem type exposes the following members.

Constructors
  NameDescription
Public methodLogItem
Initializes a new instance of the LogItem class
Top
Properties
  NameDescription
Public propertyAccountId
Gets or sets the Atomia provisioning account id.
Public propertyCategories
Gets or sets the logging categories. Categories are separated with ; character.
Public propertyExtendedProperties
Gets or sets the extended information for the event which are logged, too.
Public propertyId
Gets or sets the event id.
Public propertyMessage
Gets or sets the log entry message.
Public propertySeverity
Gets or sets the severity of the event.
Public propertyTimeStamp
Gets or sets event's time stamp.
Public propertyUsername
Gets or sets the username of the active user when event occurred.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also