[Catalyst] Audio Debug Logs for Catalyst: Catalyst::TraitFor::Log::Audio

2009-07-01 Thread Russell Jurney
I just created a simple trait for the Catalyst::Log that uses OS X's 'say' utility to log error messages to audio, such that the computer will say them to you. My eyes tire of reading through 100s of lines of debug output, so now sometimes I will have the computer simply talk to me. Its

Re: [Catalyst] Audio Debug Logs for Catalyst: Catalyst::TraitFor::Log::Audio

2009-07-01 Thread Ian Wells
2009/7/1 Russell Jurney russell.jur...@gmail.com: I just created a simple trait for the Catalyst::Log that uses OS X's 'say' utility to log error messages to audio, such that the computer will say them to you.  My eyes tire of reading through 100s of lines of debug output, so now sometimes I

Re: [Catalyst] Audio Debug Logs for Catalyst: Catalyst::TraitFor::Log::Audio

2009-07-01 Thread Russell Jurney
Yes, it also helps me determine the state of my controllers in the test server without straining my eyes reading the debug output. And I have MyApp.pm system(say 'go' ); also, which tells me that the test server just reloaded the content and the server is ready for testing again, each

Re: [Catalyst] Audio Debug Logs for Catalyst: Catalyst::TraitFor::Log::Audio

2009-07-01 Thread Russell Jurney
Oh, btw - its up on CPAN now: http://search.cpan.org/~rjurney/Catalyst-TraitFor-Log-Audio-0.01/lib/Catalyst/TraitFor/Log/Audio.pm I'll add Linux support and queueing soon. Russell Jurney russell.jur...@gmail.com On Jul 1, 2009, at 10:20 AM, Ian Wells wrote: 2009/7/1 Russell Jurney