> I really like the shorthands for log levels, e.g. > logger.debug() instead of logger.log(DEBUG, ...). So I'd be > disappointed if I couldn't use it when I want to log an > exception. > Would you be happy with a parallel set of xxxException() methods for each of the convenience methods debug(), info() etc? These are easy to provide, library module size is the only real issue. Regards Vinay