Sets the logging level for the current Host Integrator session.
The logging level you set with SetLoggingLevel overrides the global logging level for the server and lasts until you change it again or until disconnection. This is intended primarily for debugging, allowing you to log a larger class of messages for a single session without raising the global logging level for the Host Integrator server. You cannot use SetLoggingLevel to set the logging level lower than the server's logging level configuration.
Exception Type | Condition |
---|---|
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace