u.t.UDPLogProtocol(protocol.DatagramProtocol) : class documentation

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.
def datagramReceived(self, datagram, addr): (source)
Undocumented
def eventReceived(self, event): (source)

A log event was received.

Override this method to process events.

API Documentation for udplog, generated by pydoctor at 2014-02-17 15:26:29.