An NDoc Documented Class Library

HostIntegratorSession.SetLoggingLevel Method 

Sets the logging level for the current Host Integrator session.

public virtual void SetLoggingLevel(
   LoggingLevel loggingLevel
);

Parameters

loggingLevel
Specifies a logging level. The specified value must be a member of the LoggingLevel enumeration.

Remarks

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.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace