 | ZWLogLevel Enumeration |
Various LogLevels available to the Application
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
SyntaxPublic Enumeration ZWLogLevel
public enum class ZWLogLevel
Members
| Member name | Value | Description |
---|
| None | 1 | Disable all logging |
| Always | 2 | These messages should always be shown |
| Fatal | 3 | A likely fatal issue in the library |
| Error | 4 | A serious issue with the library or the network |
| Warning | 5 | A minor issue from which the library should be able to recover |
| Alert | 6 | Something unexpected by the library about which the controlling application should be aware |
| Info | 7 | Everything is working fine...these messages provide streamlined feedback on each message |
| Detail | 8 | Detailed information on the progress of each message |
| Debug | 9 | Very detailed information on progress that will create a huge log file quickly. But this level (as others) can be queued and sent to the log only on an error or warning |
| StreamDetail | 10 | Will include low-level byte transfers from controller to buffer to application and back |
| Internal | 11 | Used only within the log class (uses existing timestamp, etc.) |
See Also