1956,1958c1956,1968 < exposes two additional logging level attributes. These are :const:`SUBWARNING`, < which fits between :const:`INFO` and :const:`WARNING` in the normal logging < hierarchy, and :const:`SUBDEBUG`, which fits below :const:`DEBUG`. --- > exposes two additional logging level attributes. These are :const:`SUBWARNING` > and :const:`SUBDEBUG`. The table below illustrates where theses fit in the > normal level hierarchy. > > +----------------+----------------+ > | Level | Numeric value | > +================+================+ > | ``SUBWARNING`` | 25 | > +----------------+----------------+ > | ``SUBDEBUG`` | 5 | > +----------------+----------------+ > > For a full table of logging levels, see the :mod:`logging` module.