HostIntegratorSession.SetLoggingLevel Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.SetLoggingLevel Method 

Sets the logging level for the current Host Integrator session.

[Visual Basic]Public Sub SetLoggingLevel( _
   ByVal loggingLevel As LoggingLevel _
)
[C#]
public 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.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace