Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

FATAL and fatal() are synonyms for CRITICAL and critical(), and they are only 
around because of backward compatibility constraints on the Logger class at the 
time logging was added to Python. Because LoggerAdapter has no backward 
compatibility constraints, fatal() wasn't provided there - but critical() is, 
and can be used equivalently.

Note that FATAL, fatal() are not documented as they are a legacy and not 
intended to be used - use CRITICAL and critical() instead.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to