mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
34 lines
627 B
Markdown
34 lines
627 B
Markdown
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.
|
||
|
|
|
||
|
|
---
|