Class AdminEmailHandler
An exception log handler that emails log entries to site admins.
Declaration
class AdminEmailHandler(logging.Handler)
source linkDocumentation
If the request is passed as the first argument to the log record,
request data will be provided in the email report.
Methods
▷ def __init__(self, include_html=False, email_backend=None, reporter_class=None) ▷ def send_mail(self, subject, message, *args, **kwargs)