Re: [python-win32] Logging Under Windows

2013-11-14 Thread Tim Roberts
Stanley Brinkerhoff wrote: > I have a rough service application template [1] that I am using for > multiple projects. These projects all log to a directory using a date > based logger that is running in a dedicated thread with a queue. This > allows multithreaded services to properly log and not

[python-win32] Logging Under Windows

2013-11-14 Thread Stanley Brinkerhoff
I have a rough service application template [1] that I am using for multiple projects. These projects all log to a directory using a date based logger that is running in a dedicated thread with a queue. This allows multithreaded services to properly log and not retain multiple file handles to the