10.24.0

SolLogLevel Enumeration

Log Level

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public enum SolLogLevel

Members

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