On Mar 20, 2007, at 7:02 PM, Jud wrote:

> On 20/03/07 18:57 -0400, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
>> ok.  its on my list right after the debugger module :)
>
> If you're actually putting together a debug module, I'd put in a  
> request
> for a simple way to turn on all debugging in Rose... Like via an
> environment variable, or using Log::Log4perl, etc...

a lot of stuff like that already exists
just about every rose class has

        our $Debug= 0;

ie:

         $Rose::DB::Object::Manager::Debug= 1

will print a lot of neat stuff to stderr.

i've just been sketching out a customized debug class, so objects can  
inherit from it and have internal debugging.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to