Log a task message

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

Public Shared Sub LogTaskMessage( _ 
ByVal task_id As Guid, _ 
ByVal message As String, _ 
ByVal log_level As ServerTaskLogLevel
)
This language is not supported or no code example is available.
public static void LogTaskMessage( 
Guid task_id
string message
ServerTaskLogLevel log_level 
)
This language is not supported or no code example is available.
public:  
static void LogTaskMessage( 
Guid task_id
String^ message
ServerTaskLogLevel log_level 
)
This language is not supported or no code example is available.
public static function LogTaskMessage( 
task_id : Guid
message : String
log_level : ServerTaskLogLevel 
);
This language is not supported or no code example is available.

Parameters

task_id
Type: Guid

the guid of the task

message
Type: string

the message to log

log_level
Type: ServerTaskLogLevel

the level of the log

.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