Lines Matching refs:NOTSET
110 When a logger is created, the level is set to :const:`NOTSET` (which causes
116 NOTSET, its chain of ancestor loggers is traversed until either an ancestor with
117 a level other than NOTSET is found, or the root is reached.
119 If an ancestor is found with a level other than NOTSET, then that ancestor's
123 If the root is reached, and it has a level of NOTSET, then all messages will be
147 :const:`NOTSET` has been set using :meth:`setLevel`, it is returned. Otherwise,
149 :const:`NOTSET` is found, and that value is returned. The value returned is
389 | ``NOTSET`` | 0 |
405 .. method:: Handler.__init__(level=NOTSET)
432 level is set to :const:`NOTSET` (which causes all messages to be
1102 ``logging.disable(logging.NOTSET)`` is called, it effectively removes this