Lines Matching refs:NOTSET
102 :const:`NOTSET` (which causes all messages to be processed when the logger is
107 NOTSET, its chain of ancestor loggers is traversed until either an ancestor with
108 a level other than NOTSET is found, or the root is reached.
110 If an ancestor is found with a level other than NOTSET, then that ancestor's
114 If the root is reached, and it has a level of NOTSET, then all messages will be
131 :const:`NOTSET` has been set using :meth:`setLevel`, it is returned. Otherwise,
133 :const:`NOTSET` is found, and that value is returned. The value returned is
314 | ``NOTSET`` | 0 |
329 .. method:: Handler.__init__(level=NOTSET)
356 to :const:`NOTSET` (which causes all messages to be processed).
882 ``logging.disable(logging.NOTSET)`` is called, it effectively removes this