Re: logging to a text widget

2006-03-02 Thread Martin Franklin
Alexandre Guimond wrote: > Hi. I'm using the logging package. I would like to send my log messages > to a Text widget creating using Tkinter. I was wondering if there was a > logging handler class that would do this. It seems that the standard > handlers do not support this. Has anyone tried to do

logging to a text widget

2006-03-02 Thread Alexandre Guimond
Hi. I'm using the logging package. I would like to send my log messages to a Text widget creating using Tkinter. I was wondering if there was a logging handler class that would do this. It seems that the standard handlers do not support this. Has anyone tried to do this? Thx for any help, alex -