EntityLog.Log Method
Public Shared Sub Log( _
ByVal id As EntityID, _
ByVal entity_type As EntityType, _
ByVal message As String, _
ByVal contact_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
Parameters
- id
- EntityID
the id to log about
- entity_type
- EntityType
the type of entity
- message
- string
the message for the log
- contact_id
- EntityID
the id of the contact making the change
- db
- IDatabase
the database to use