From: Lev L. <li...@so...> - 2007-03-07 00:26:11
|
when not using the easy_init methodology, is it possible to use the convenience functions provided by it? Meaning, do I always necessarily have to get the logger object, and $logger->warn('...'), is there any way I could be lazy and just WARN ('...') via the logger that's implied by my package name? thanks! -lev |