class AdminEmailHandler(logging.Handler):
An exception log handler that emails log entries to site admins.
If the request is passed as the first argument to the log record, request data will be provided in the email report.
Method | send_mail |
Undocumented |
Method | __init__ |
Undocumented |
Method | connection |
Undocumented |
Method | emit |
Undocumented |
Method | format_subject |
Escape CR and LF characters. |
Instance Variable | email_backend |
Undocumented |
Instance Variable | include_html |
Undocumented |
Instance Variable | reporter_class |
Undocumented |