On Dec 30, 1:32 pm, "Diez B. Roggisch" <de...@nospam.web.de> wrote:
> Additionally, printing might not work reliably in cases where the
> stdout/err-streams aren't visible or otherwise in use. But thelogging-module 
> can log to files (or even system event logs *me thinks*)
>

Yes - syslog is supported on Unix, as well as a host of other ways of
getting information out of your application. See

http://docs.python.org/library/logging.html#streamhandler

This is a list of handlers included with the logging package, starting
with StreamHandler.

Regards,

Vinay Sajip
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to