Log something about an entity or entity change

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

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
Type: EntityID

the id to log about

entity_type
Type: EntityType

the type of entity

message
Type: string

the message for the log

contact_id
Type: EntityID

the id of the contact making the change

db
Type: 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