From: Mike S. <log...@pe...> - 2003-07-14 17:18:04
|
-- Mike Mike Schilli log...@pe... http://perlmeister.com http://log4perl.sourceforge.net ---------- Forwarded message ---------- Date: Mon, 14 Jul 2003 11:48:15 -0400 From: Kyle R. Burton <mo...@vo...> To: m...@pe... Subject: Log::Log4perl Mike, Many thanks for implementing the Log4j clone. We're in the process of integrating it into our software where I work. During that process, some questions of efficiency came up and we started looking at the implementation. For the actual logging methods, you're generating code based on the run-time configuration and leaving out most of the conditional checks, which is great. Looking a bit further, we noticed that the is_* methods (is_debug) were not implemented using that approach and that raised the question of wether or not they could be. Could those methods be created to just return undef or 1? Thanks, Kyle R. Burton -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys mo...@vo... http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ |