LoggingLevel Enumeration

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

LoggingLevel Enumeration

Defines a set of constants used by the GetLoggingLevel and SetLoggingLevel methods.

[Visual Basic]
Public Enum LoggingLevel
[C#]
public enum LoggingLevel

Remarks

Defines a set of constants used by the .GetLoggingLevel and SetLoggingLevel methods.

Members

Member NameDescription
All

This option logs all informational, warning, and error message generated by the Host Integrator session. The messages logged correspond to every warning and error message you have received since the session began; information messages track non-critical events like connecting, disconnecting, and so forth.

Errors

This option logs all errors that occur with the host integrator session. The errors logged correspond to every error message you have received in the model since the session began.

ErrorsAndWarnings

This option logs all warnings that occur with the host integrator session. The errors and warnings logged correspond to every warning and error message you have received since the session began.

Requirements

Namespace: WRQ.Verastream.HostIntegrator Namespace

Assembly: WRQ.Verastream.HostIntegrator.dll

See Also

WRQ.Verastream.HostIntegrator Namespace