On Thursday, January 10, 2002, at 08:00 PM, Paulo Gaspar wrote:
> Hi Robert, > > > You really should take a look at the coded I posted. Especially the > wrappers package!!! > > You can get what is the log level of LogKit by testing the > m_logger.isDebugEnabled(); > m_logger.isInfoEnabled(); > m_logger.isXXXXEnabled(); > > ...methods in the right order. yes. the problem is that we're going to have to process what ever's returned into a Log constant. this means that we can't return custom priorities except in a system dependent manner. maybe so it'd be better to have isXXXXEnabled for each log level. - robert -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
