At the moment play use log4j or juli (I'm not sure if juli works, but the code exists). There is feature-request, but unfortunately you can't use logback correctly if you have a single Logger.class. In this case %F and all other uppercase chars from PatternLayout which is discussed here.[Update]After some information from Ceki, I have now the knowledge how it can fixed in a clean way. So the feature-request can implemented in a clean way.[/update]
An idea could be to let log4j write to logback, if it will possible.
Furthermore I'm thinking about creating a patch which solve this issue. So I don't want to start until this is fixed and I get some signals from the core-team that they accept any re-factoring at such a central class.
To make a long story short: At the moment it's impossible without hacking the framework.
However I don't understand your problem. What do you want to do what log4j can't? Perhaps you could define your question behind in another question.