Files

34 lines
627 B
Markdown
Raw Permalink Normal View History

2023-10-24 20:17:03 +03:00
Generated from log.py on 2023-08-15 16:04:08.595120
# peeringdb_server.log
# Classes
---
## ThrottledAdminEmailHandler
```
ThrottledAdminEmailHandler(django.utils.log.AdminEmailHandler)
```
Throttled admin email handler
### Instanced Attributes
These attributes / properties will be available on instances of the class
- cache (`@property`): returns the specific cache handler set up for this purpose
### Methods
#### emit
`def emit(self, record)`
Do whatever it takes to actually log the specified logging record.
This version is intended to be implemented by subclasses and so
raises a NotImplementedError.
---