Click or drag to resize

ManagerInterface.LogsOut Method

The functions for logging messages.

Namespace:  mtapi.be.MT4ManagerApiCpp
Assembly:  MT4ManagerCpp (in MT4ManagerCpp.dll) Version: 0.0.0.0
Syntax
public void LogsOut(
	int code,
	string source,
	string msg
)

Parameters

code
Type: System.Int32
source
Type: System.String
msg
Type: System.String
See Also