Constants¶ Log level constants used throughout the fxwidgets module for consistent severity levels. _constants ¶ Severity level constants for the fxwidgets module. Attributes: Name Type Description DEBUG INFO SUCCESS WARNING ERROR CRITICAL DEBUG module-attribute ¶ DEBUG = 5 INFO module-attribute ¶ INFO = 4 SUCCESS module-attribute ¶ SUCCESS = 3 WARNING module-attribute ¶ WARNING = 2 ERROR module-attribute ¶ ERROR = 1 CRITICAL module-attribute ¶ CRITICAL = 0