Return the event category for the record. Override this if you want to specify your own categories. This version returns 0.
(self, record)
| 1189 | return 1 |
| 1190 | |
| 1191 | def getEventCategory(self, record): |
| 1192 | """ |
| 1193 | Return the event category for the record. |
| 1194 | |
| 1195 | Override this if you want to specify your own categories. This version |
| 1196 | returns 0. |
| 1197 | """ |
| 1198 | return 0 |
| 1199 | |
| 1200 | def getEventType(self, record): |
| 1201 | """ |