Enumeration

PurpleDebugLevel

unstable since: 3.0

Declaration

enum Purple.DebugLevel

Description [src]

Available debug levels.

Available since: 3.0

Members

PURPLE_DEBUG_ALL

All debug levels.

  • Value: 0
  • Available since: 3.0
PURPLE_DEBUG_MISC

General chatter.

  • Value: 1
  • Available since: 3.0
PURPLE_DEBUG_INFO

General operation Information.

  • Value: 2
  • Available since: 3.0
PURPLE_DEBUG_WARNING

Warnings.

  • Value: 3
  • Available since: 3.0
PURPLE_DEBUG_ERROR

Errors.

  • Value: 4
  • Available since: 3.0
PURPLE_DEBUG_FATAL

Fatal errors.

  • Value: 5
  • Available since: 3.0