Antoine Pitrou <solipsis <at> pitrou.net> writes: > However, there are some limitations due to the fact that logging is > line-based while people may output arbitrary text on stderr (perhaps > ASCII-formatted tables, who knows).
True, though the wrapper could easily buffer partial output internally to support line-based output formats. Actually the line-based nature is a function of the handler and/or formatter and just reflects what people tend to want most of the time. Regards, Vinay Sajip _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com