Hi, > Emperor is making the same point about similarities with Logging. I am > not so sure there is that overlap with the current Logger.class. > > If it had status(String st); as a method I might think it could do the > job. I am not sure how we would stand on that addition given the recent > backwards-compatability flamewars ;-)
How about extending the Priority by adding a STATUS level and do logger.log(XXXPriority.STATUS, message)? True, Priority is final but I don't see any reason why it is like that. Why would you use logger.log(..) method then? Mircea -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
