SolLogLevel Enumeration

Solclient

SolLogLevel Enumeration
version: 7.2.1.27
Log Level

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public enum SolLogLevel
Public Enumeration SolLogLevel
public enum class SolLogLevel
Members
  Member nameValueDescription
Emergency0 Level not used by the API.
Alert1 Level not used by the API.
Critical2 A serious error that can make the API unusable.
Error3 An unexpected condition within the API that can affect its operation.
Warning4 An unexpected condition within the API that is not expected to affect its operation.
Notice5 Significant informational messages about the normal operation of the API. Never output in the normal process of sending or receiving a message from the appliance.
Info6 Informational messages about the normal operation of the API. These can include information related to sending or receiving messages from the appliance.
Debug7 Debugging information generally useful to API developers (very verbose).
See Also