Part of lp.services.twistedsupport
| Function | set_up_logging_for_script | Create a Logger object and configure twisted to use it. |
| Function | set_up_oops_reporting | Set up OOPS reporting by starting the Twisted logger with an observer. |
| Class | LaunchpadLogFile | Extending DailyLogFile to serve Launchpad purposes. |
| Class | LoggingProxy | A proxy that logs requests and the corresponding responses. |
| Class | RotatableFileLogObserver | A log observer that uses a log file and reopens it on SIGUSR1. |
| Class | _QuietQueryFactory | Override noisy to false to avoid useless log spam. |