Lines Matching full:critical
187 logger.critical('critical message')
292 logger.critical('critical message')
487 :meth:`exception`, :meth:`critical` and :meth:`log`. These methods have the
589 levels = (logging.DEBUG, logging.INFO, logging.WARNING, logging.ERROR, logging.CRITICAL)
609 2010-09-06 22:38:15,300 d.e.f CRITICAL IP: 127.0.0.1 User: sheila A message at CRITICAL level with 2 parameters
613 2010-09-06 22:38:15,300 d.e.f CRITICAL IP: 192.168.0.1 User: jim A message at CRITICAL level with 2 parameters
614 2010-09-06 22:38:15,300 d.e.f CRITICAL IP: 127.0.0.1 User: sheila A message at CRITICAL level with 2 parameters
1254 parameter to ``foo`` which, if true, will log at ERROR and CRITICAL levels -
1311 write_line('about to log at CRITICAL ...')
1312 logger.critical('Actually logged at CRITICAL')
1339 about to log at CRITICAL ...
1353 about to log at CRITICAL ...
1354 Actually logged at CRITICAL