Kaydet (Commit) 3ccc0253 authored tarafından Tim Graham's avatar Tim Graham

Fixed #21425 -- Made order in which loggers are introduced consistent.

Thanks oubiga for the suggestion.
üst 10a09b8e
......@@ -178,11 +178,11 @@ Making logging calls
The logger instance contains an entry method for each of the default
log levels:
* ``logger.critical()``
* ``logger.error()``
* ``logger.warning()``
* ``logger.info()``
* ``logger.debug()``
* ``logger.info()``
* ``logger.warning()``
* ``logger.error()``
* ``logger.critical()``
There are two other logging calls available:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment