I'm satisfied with your explanations. Please just add a LEVEL_DEBUG constant and I'm OK with your interface.

OK, I have added the constant LEVEL_DEBUG back, and have also added a new
one called LEVEL_TRACE.
PLEASE NOTE: LEVEL_DEBUG is now equal to LEVEL_FINER (it previously was
equal to LEVEL_FINEST), and LEVEL_TRACE has been set equal to LEVEL_FINEST.
These changes have been made to better accommodate what I understand the
Commons Logging levels to be.

This makes the Avalon mapping look like this:
FINEST      debug
FINER       debug
FINE        info
CONFIG      info
INFO        info
WARNING     warn
SEVERE      error

That's fine for me!

Thank you,
Vincent

Reply via email to