Re: [Twisted-Python] Log output formatting (was Re: logging question)

2011-11-30 Thread Glyph
On Nov 30, 2011, at 9:57 PM, Tim Allen wrote: > On Wed, Nov 30, 2011 at 01:04:27PM -, exar...@twistedmatrix.com wrote: >> On 04:07 am, screwt...@froup.com wrote: >>> If the standard Twisted logging functions automatically constructed >>> LogMessage instances from dict instances, it should be

Re: [Twisted-Python] Rts/Cts Serial port flow control in twisted

2011-11-30 Thread dsturmf...@gmail.com
On 9 November 2011 02:53, John Santos wrote: > On Tue, 8 Nov 2011 exar...@twistedmatrix.com wrote: > > > On 11:59 am, dsturmf...@gmail.com wrote: > > >Hi, > > >Has anyone had much experience with serial flow control in twisted? > > > > I don't. :) It sounds like this may not really have much to

Re: [Twisted-Python] Rts/Cts Serial port flow control in twisted

2011-11-30 Thread dsturmf...@gmail.com
On 9 November 2011 01:57, wrote: > On 11:59 am, dsturmf...@gmail.com wrote: > >Hi, > >Has anyone had much experience with serial flow control in twisted? > > I don't. :) It sounds like this may not really have much to do with > Twisted, though. > >I've been using a twisted serial port in my gtk+

Re: [Twisted-Python] Log output formatting (was Re: logging question)

2011-11-30 Thread Tim Allen
On Wed, Nov 30, 2011 at 01:04:27PM -, exar...@twistedmatrix.com wrote: > On 04:07 am, screwt...@froup.com wrote: > >If the standard Twisted logging functions automatically constructed > >LogMessage instances from dict instances, it should be easy enough for > >future ILogObserver implementation

Re: [Twisted-Python] Log output formatting (was Re: logging question)

2011-11-30 Thread exarkun
On 29 Nov, 06:44 pm, ddwigg...@advpubtech.com wrote: >On 11/17/2011 3:26 PM, exar...@twistedmatrix.com wrote: >>`msg` doesn't really care about what you give it. It doesn't support >>the `format` keyword in any particular way. It's the job of a log >>observer to handle that sort of thing. So it c

Re: [Twisted-Python] Log output formatting (was Re: logging question)

2011-11-30 Thread exarkun
On 04:07 am, screwt...@froup.com wrote: >On Tue, Nov 29, 2011 at 10:44:21AM -0800, Don Dwiggins wrote: >>Looking at the source of log.py, I'm at a bit of a loss to reconcile >>these two forces. Certainly, the two log observers implemented there >>use textFromEventDict, but one could create a diffe