Table of Contents

Event OnLog

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

ViiSync extra: diagnostic log lines (connection, server errors).

public event Action<ViiSyncAccountApi, string>? OnLog

Returns

Action<ViiSyncAccountApi, string>
ViiSync extra: diagnostic log lines (connection, server errors).

Remarks

MT5 equivalent

  • Logger.OnMsg — full (different shape)
  • Logger.OnMsgEx — full (different shape)
  • Logger.OnMsgHandler.Invoke — full (different shape)
  • Logger.OnMsgHandlerEx.Invoke — full (different shape)