Thanks in advance for any insight provided.
I'm trying to figure out how to log errors from INSIDE a schema. I
gather it's Bad to pass in $c so that within a schema I can't do what
I'd really like which is:
$c->log->warn('some useful debug info');
What is the recommended procedure for debugging code inside a schema?
Thanks again.
Steve Kleiman
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/