Lines Matching refs:NOTSET
101 When a logger is created, the level is set to :const:`NOTSET` (which causes
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
138 :const:`NOTSET` has been set using :meth:`setLevel`, it is returned. Otherwise,
140 :const:`NOTSET` is found, and that value is returned. The value returned is
380 | ``NOTSET`` | 0 |
396 .. method:: Handler.__init__(level=NOTSET)
423 level is set to :const:`NOTSET` (which causes all messages to be
1082 ``logging.disable(logging.NOTSET)`` is called, it effectively removes this