Click or drag to resize

ZWLogLevel Enumeration

Various LogLevels available to the Application

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public enum ZWLogLevel
Members
  Member nameValueDescription
None1Disable all logging
Always2These messages should always be shown
Fatal3A likely fatal issue in the library
Error4A serious issue with the library or the network
Warning5A minor issue from which the library should be able to recover
Alert6Something unexpected by the library about which the controlling application should be aware
Info7Everything is working fine...these messages provide streamlined feedback on each message
Detail8Detailed information on the progress of each message
Debug9Very 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
StreamDetail10Will include low-level byte transfers from controller to buffer to application and back
Internal11Used only within the log class (uses existing timestamp, etc.)
See Also