 | SolLogLevel Enumeration |
version: 10.22.0
Log Level
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
Members
| Member name | Value | Description |
---|
| Emergency | 0 |
Level not used by the API.
|
| Alert | 1 |
Level not used by the API.
|
| Critical | 2 |
A serious error that can make the API unusable.
|
| Error | 3 |
An unexpected condition within the API that can affect its operation.
|
| Warning | 4 |
An unexpected condition within the API that is not expected to affect its operation.
|
| Notice | 5 |
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.
|
| Info | 6 |
Informational messages about the normal operation of the API. These can include information related to sending or receiving messages from the appliance.
|
| Debug | 7 |
Debugging information generally useful to API developers (very verbose).
|
See Also