I've evaluated Log4j and Commons Logging, along with Java's built-in logging, however frankly all of these frameworks seem over-engineered, and over-complicated, requiring excessive configuration just to achieve basic functionality.
Is anyone aware of a simple, yet flexible open source Java logging framework?
Update: In response to a question below, I'd say that my priority is simplicity. I'm no Java lightweight, but I find the log4j config file to be rather confusing and unintuitive. Also, something that allows easy runtime configuration of the logging framework would be valuable.