EntityLog.Log Method

Log something about an entity or entity change
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.
public static void Log( 
EntityID id, 
EntityType entity_type, 
string message, 
EntityID contact_id, 
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void Log( 
EntityID^ id, 
EntityType entity_type, 
String^ message, 
EntityID^ contact_id, 
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function Log( 
id : EntityID, 
entity_type : EntityType, 
message : String, 
contact_id : EntityID, 
db : 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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition