Part of udplog View Source
Twisted utilities for UDP logging.
This provides a Twisted protocol implementation of the UDP Log protocol, a handler for passing messages from the Python logging system to the Twisted Logging system and various helpers for creating a UDP Log server.
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 33 | Class | UDPLogObserver | Twisted Log Observer that emits to UDP log. |
| 125 | Class | TwistedLogHandler | No class docstring; 1/2 methods documented |
| 177 | Class | UDPLogProtocol | UDP Log protocol. |
| 208 | Class | DispatcherFromUDPLogProtocol | Adapter from UDPLogProtocol to a consumer of log events. |
| 237 | Class | QueueProducer | Push producer with a queue. |
| 354 | Class | UDPLogClientFactory | Reconnecting client factory that resets retry delay upon connecting. |
| 387 | Class | UDPLogToTwistedLog | Consumer for DispatcherFromUDPLogProtocol
that logs to Twisted log. |