diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/logging.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 3a0c09de1d..f4c1043eb4 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -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: |
