Error Reporting Utility
getLogEntries()
Returns the entries in the log, most recent first.
Makes a copy to prevent changes.
getLogEntryById(id)
Returns the specified log entry. Makes a copy to prevent changes. Returns None if not found.
getProperties()
raising(info, request=None)
Log an exception. Called by ZopePublication.handleException method.
setProperties(keep_entries, copy_to_zlog=0, ignored_exceptions=())
Sets the properties of this site error log.