DebugLevel#

class DebugLevel#

The level defines the importance of a debugging message. The more important a message is, the greater the probability that the debugging system outputs it.

Methods#

class DebugLevel
get_name() str#

Get the string representation of a debugging level

Fields#

class DebugLevel
COUNT#

The type of the None singleton.

DEBUG#

The type of the None singleton.

ERROR#

The type of the None singleton.

FIXME#

The type of the None singleton.

INFO#

The type of the None singleton.

LOG#

The type of the None singleton.

MEMDUMP#

The type of the None singleton.

NONE#

The type of the None singleton.

TRACE#

The type of the None singleton.

WARNING#

The type of the None singleton.