mirror of
https://github.com/django/django.git
synced 2025-01-20 07:13:44 +00:00
Fixed #21425 -- Made order in which loggers are introduced consistent.
Thanks oubiga for the suggestion.
This commit is contained in:
parent
10a09b8e60
commit
3ccc0253f2
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user