Debug message.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public void debug(
string msg
)
Public Sub debug (
msg As String
)
public:
void debug(
String^ msg
)
member debug :
msg : string -> unit
Parameters
- msg String
- Message
See Also