setServerLogLevel {IBrokers} | R Documentation |
Set level of API logging to be done by TWS.
setServerLogLevel(conn, logLevel = 2)
conn |
a valid twsConnection |
logLevel |
an integer from 1 to 5 |
Calling this function will set the logging level for the current connection according to the following table:
See TWS documentation for further details.
This function is called for its side-effects.
The online documentation warns of performance overhead
when setting logLevel=5
.
Jeffrey A. Ryan
TWS API Logging http://www.interactivebrokers.com/php/apiUsersGuide/apiguide/api/api_logging.htm#XREF_63640_API_Logging