| Log4E wrote: |
| Log4E does not configure your logger at the moment. You have to set the level for yourself. The Jakarta Commons Logging framework is a wrapper of the underlying logging framework of your choice, e.g. Log4j. Thus you need to define the level in your log4j.properties if you're using that logger.
See for more at the newly added "Getting Startet" section at http://log4e.jayefem.de |
| Quote: |
| Most Logger-API provide setting ( and changing) a Logging-Level at runtime. Wouldn't it be desirable to provide this in the wrapper- class too? |