Class AdminEmailHandler

An exception log handler that emails log entries to site admins.

Declaration

class AdminEmailHandler(logging.Handler)
source link

Documentation

If the request is passed as the first argument to the log record,
request data will be provided in the email report.

Methods