Verastream Host Integrator .Net Reference

HostIntegratorSession.GetLoggingLevel Method 

Gets the logging level for the current Host Integrator session.

[Visual Basic]
Public Function GetLoggingLevel() As LoggingLevel
[C#]
public LoggingLevel GetLoggingLevel();

Return Value

The value returned is a member of the LoggingLevel enumeration.

Remarks

Gets the logging level for the current Host Integrator session.

Exceptions

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

See Also

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