Although I am a Logback fan, my project uses Zookeeper, which apparently has a direct dependency on log4j: https://issues.apache.org/jira/browse/ZOOKEEPER-721

I will thus need log4j in my classpath. Can log4j and Logback coexist peacefully in the same build?

Thanks.