mirror of https://github.com/python/cpython
use booleans
This commit is contained in:
parent
79e50c659a
commit
c016f46df5
|
@ -67,7 +67,7 @@ instantiated directly, but always through the module-level function
|
||||||
If this evaluates to false, logging messages are not passed to the handlers
|
If this evaluates to false, logging messages are not passed to the handlers
|
||||||
of ancestor loggers.
|
of ancestor loggers.
|
||||||
|
|
||||||
The constructor sets this attribute to 1.
|
The constructor sets this attribute to ``True``.
|
||||||
|
|
||||||
|
|
||||||
.. method:: Logger.setLevel(lvl)
|
.. method:: Logger.setLevel(lvl)
|
||||||
|
|
Loading…
Reference in New Issue