[Twisted-Python] logObservers and syslog proposal

2018-01-04 Thread Svein Seldal
Hi I'm currently working on understanding the twister.logger scheme with the purpose of getting proper logging in my end-user application. https://gist.github.com/sveinse/041c69b6bbdde83cf5b00fecae3dcd50 It took me a while to get my head around the difference in using twisted.logger.globalLog

Re: [Twisted-Python] logObservers and syslog proposal

2018-01-04 Thread Glyph
> On Jan 4, 2018, at 11:07 AM, Svein Seldal wrote: > > Hi > > I'm currently working on understanding the twister.logger scheme with the > purpose of getting proper logging in my end-user application. > > https://gist.github.com/sveinse/041c69b6bbdde83cf5b00fecae3dcd50 > > It took me a while