class documentation

class AdminEmailHandler(logging.Handler):

View In Hierarchy

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
def send_mail(self, subject, message, *args, **kwargs):

Undocumented

def __init__(self, include_html=False, email_backend=None, reporter_class=None):

Undocumented

def connection(self):

Undocumented

def emit(self, record):

Undocumented

def format_subject(self, subject):
Escape CR and LF characters.
email_backend =

Undocumented

include_html =

Undocumented

reporter_class =

Undocumented