New submission from Bikram Zesto II:
HTTPHandler instance will assign a Formatter to format() but emit() never calls
self.format(record) so it has no effect. I know mapLogRecord() does something
like this now but would like to reuse Formatters across Handlers instead of
subclassing
Bikram Zesto II added the comment:
I see what you are saying about implementation kludginess and will likely
subclass just to get my app done.
On the other hand, I think the POLA(stonishment) violation of ignoring
format-related configuration of the Handler (even tho it is a subclass) matters