From: Viner, D. <dv...@ya...> - 2004-03-26 19:02:51
|
Hi, I noticed in reading about log4j that it exposes slightly different method names than log4perl. for example, log4perl: is_debug() log4j: isDebugEnabled() log4perl: is_info() log4j: isInfoEnabled() log4perl: is_warn() log4j: _none_ log4perl: is_error() log4j: _none_ log4perl: is_fatal() log4j: _none_ Any thought of adding these interfaces? Also, we should look into how to get log4perl listed and linked to on http://logging.apache.org/ Thoughts? dave |