Click or drag to resize

ILog Interface

Represent a log entry.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface ILog

The ILog type exposes the following members.

Properties
  NameDescription
Public propertyAskiaPortalCmnVersion
Version of the AskiaPortalCmn at a time of the event
Public propertyContextGuid
Guid of the context under which the event has taken place
Public propertyCreatedAt
Indicates the date of the log creation
Public propertyId
Gets the id of the log
Public propertyLevel
Event level
Public propertyMachineName
Get the name of the machine that create the log
Public propertyMessage
Message, describing the event
Public propertyModuleGuid
Guid of the module
Public propertyModuleVersion
Version of the module
Public propertySessionGuid
Guid of the session
Public propertySurveyId
Id of the survey
Public propertyTags Obsolete.
List of tags associated with the tags
Public propertyTargetUserId
Id of the user that is a target of the event
Public propertyType
Event type
Public propertyUserId
Id of the user that initiated the event
Top
See Also