Part of udplog.twisted View Source View In Hierarchy
Known subclasses: udplog.twisted.DispatcherFromUDPLogProtocol
UDP Log protocol.
Log events are received as combination of category and a message,
separated by a colon. This message is a dictionary encoded in JSON. Upon
receiving an event, it is decoded and passed to eventReceived
.
Line # | Kind | Name | Docs |
---|---|---|---|
186 | Method | datagramReceived | Undocumented |
199 | Method | eventReceived | A log event was received. |
A log event was received.
Override this method to process events.