Lines Matching full:critical
27 :func:`critical`. To determine when to use logging, see the table below, which
57 | error handler in a long-running | :func:`logging.critical` as |
85 | ``CRITICAL`` | A serious error, indicating that the program|
360 :func:`error` and :func:`critical`, which just call the same-named method of
374 :func:`warning`, :func:`error` and :func:`critical`, they will check to see
410 will handle, where debug is the lowest built-in severity level and critical
412 INFO, the logger will handle only INFO, WARNING, ERROR, and CRITICAL messages
429 :meth:`Logger.error`, and :meth:`Logger.critical` all create log records with
480 log messages of error or higher to stdout, and all messages of critical to an
599 logger.critical('critical message')
610 2005-03-19 15:10:26,773 - simple_example - CRITICAL - critical message
629 logger.critical('critical message')
671 2005-03-19 15:38:56,130 - simpleExample - CRITICAL - critical message
828 | ``CRITICAL`` | 50 |